#7693cc

Color #7693CC Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7693CC

Tints of Wild Blue Yonder #7693CC

Color information

#7693CC (or 0x7693CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 93 and CC. RGB value is (118,147,204). Sum of RGB (Red+Green+Blue) = 118+147+204=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #7693CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7693CC is #896C33. Grayscale: #909090. Windows color (decimal): -9006132 or 13407094. OLE color: 13407094.

HSL color Cylindrical-coordinate representation of color #7693CC: hue angle of 219.77º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7693CC is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB118147204-
CMYK0.420.2800.2
HSL219.77º45.74%63.14%-
HSV(B)219.77º42.16%80%-
XYZ28.829.0861.22-
YUV144.83161.39108.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 25.16%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=25.16%
G=31.34%
B=43.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1181472040.420.2800.2219.7745.7463.14
Hex7693CC2A1C014dc2e3f
Octal16622331452340243345677
Binary111011010010011110011001010101110001010011011100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7693cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7693cc; }

 p { color: rgb(118,147,204); }

 H1.HeaderClassName
 {
   color: #7693cc;
 }
 .AnyTagClassName
 {
   color: #7693cc;
 }
</style>
background-color css

<style>
 a { background-color: #7693cc; }

 a { background-color: rgb(118,147,204); }

 div.DivClassName
 {
   background-color: #7693cc;
 }
 .BgClassName
 {
   background-color: #7693cc;
 }
</style>
border-color css

<style>
 span { border-color: #7693cc; }

 span { border-color: rgb(118,147,204); }

 td.TdClassName
 {
   border-color: #7693cc;
 }
 .TagClassName
 {
   border-color: #7693cc;
 }
</style>