#7694CD

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

Shades of Wild Blue Yonder #7694CD

Tints of Wild Blue Yonder #7694CD

Color information

#7694CD (or 0x7694CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 94 and CD. RGB value is (118,148,205). Sum of RGB (Red+Green+Blue) = 118+148+205=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #7694CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7694CD is #896B32. Grayscale: #919191. Windows color (decimal): -9005875 or 13472886. OLE color: 13472886.

HSL color Cylindrical-coordinate representation of color #7694CD: hue angle of 219.31º degrees, saturation: 0.47, 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 #7694CD is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118148205-
CMYK0.420.2800.20
HSL219.31º46.52%63.33%-
HSV(B)219.31º42.44%80.39%-
XYZ29.0829.4461.91-
YUV145.53161.56108.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.05%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=25.05%
G=31.42%
B=43.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181482050.420.2800.20219.3146.5263.33
Hex7694CD2A1C014db2f3f
Octal16622431552340243335777
Binary111011010010100110011011010101110001010011011011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7694CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7694CD; }

 p { color: rgb(118,148,205); }

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

<style>
 a { background-color: #7694CD; }

 a { background-color: rgb(118,148,205); }

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

<style>
 span { border-color: #7694CD; }

 span { border-color: rgb(118,148,205); }

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