#7C96BF

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

Shades of Wild Blue Yonder #7C96BF

Tints of Wild Blue Yonder #7C96BF

Color information

#7C96BF (or 0x7C96BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 96 and BF. RGB value is (124,150,191). Sum of RGB (Red+Green+Blue) = 124+150+191=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C96BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C96BF is #836940. Grayscale: #929292. Windows color (decimal): -8612161 or 12555900. OLE color: 12555900.

HSL color Cylindrical-coordinate representation of color #7C96BF: hue angle of 216.72º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C96BF is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124150191-
CMYK0.350.2100.25
HSL216.72º34.36%61.76%-
HSV(B)216.72º35.08%74.9%-
XYZ28.6229.8653.55-
YUV146.9152.89111.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.67%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 191 (75% from 255) = 41.08%
R=26.67%
G=32.26%
B=41.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241501910.350.2100.25216.7234.3661.76
Hex7C96BF2315019d9223e
Octal17422627743250313314276
Binary111110010010110101111111000111010101100111011001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,150,191); }

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

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

 a { background-color: rgb(124,150,191); }

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

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

 span { border-color: rgb(124,150,191); }

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