#7F96BC

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

Shades of Wild Blue Yonder #7F96BC

Tints of Wild Blue Yonder #7F96BC

Color information

#7F96BC (or 0x7F96BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 96 and BC. RGB value is (127,150,188). Sum of RGB (Red+Green+Blue) = 127+150+188=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F96BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F96BC is #806943. Grayscale: #939393. Windows color (decimal): -8415556 or 12359295. OLE color: 12359295.

HSL color Cylindrical-coordinate representation of color #7F96BC: hue angle of 217.38º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F96BC is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB127150188-
CMYK0.320.2000.26
HSL217.38º31.28%61.76%-
HSV(B)217.38º32.45%73.73%-
XYZ28.7429.9651.84-
YUV147.45150.88113.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=27.31%
G=32.26%
B=40.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271501880.320.2000.26217.3831.2861.76
Hex7F96BC201401Ad91f3e
Octal17722627440240323313776
Binary11111111001011010111100100000101000110101101100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F96BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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