#7F96C6

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

Shades of Wild Blue Yonder #7F96C6

Tints of Wild Blue Yonder #7F96C6

Color information

#7F96C6 (or 0x7F96C6) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 96 and C6. RGB value is (127,150,198). Sum of RGB (Red+Green+Blue) = 127+150+198=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #7F96C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F96C6 is #806939. Grayscale: #949494. Windows color (decimal): -8415546 or 13014655. OLE color: 13014655.

HSL color Cylindrical-coordinate representation of color #7F96C6: hue angle of 220.56º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F96C6 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB127150198-
CMYK0.360.2400.22
HSL220.56º38.38%63.73%-
HSV(B)220.56º35.86%77.65%-
XYZ29.8530.457.72-
YUV148.6155.88112.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.74%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=26.74%
G=31.58%
B=41.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271501980.360.2400.22220.5638.3863.73
Hex7F96C62418016dd2640
Octal177226306443002633546100
Binary1111111100101101100011010010011000010110110111011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F96C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F96C6; }

 p { color: rgb(127,150,198); }

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

<style>
 a { background-color: #7F96C6; }

 a { background-color: rgb(127,150,198); }

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

<style>
 span { border-color: #7F96C6; }

 span { border-color: rgb(127,150,198); }

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