Html Css Color HEX #7C96BF Wild Blue Yonder

📋 copy color: '#7C96BF'

red 124 ◦ green 150 ◦ blue 191

#7C96BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7C96BF

Tints of Wild Blue Yonder #7C96BF

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 value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C96BF (or 0x7C96BF) is known color: 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

RGB 124 150 191 -
CMYK 0.35 0.21 0 0.25
HSL 216.72º 0.34% 0.62% -
HSV(B) 216.72º 0.35% 0.75% -
XYZ 28.62 29.86 53.55 -
YUV 146.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 124 150 191 0.35 0.21 0 0.25 216.72 0.34 0.62
Hex 7C 96 BF 23 15 0 19 D9 22 3E
Octal 174 226 277 43 25 0 31 331 42 76
Binary 1111100 10010110 10111111 100011 10101 0 11001 11011001 100010 111110

Color Harmonies of #7C96BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C96BF

Black with #7C96BF

Text Example


Text Example

White with #7C96BF

Text Example


Text Example

HTML Codes & Css Web 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>