Html Css Color HEX #8496B8 Wild Blue Yonder

📋 copy color: '#8496B8'

red 132 ◦ green 150 ◦ blue 184

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

Shades of Wild Blue Yonder #8496B8

Tints of Wild Blue Yonder #8496B8

RGB

 RED value IS 132 (51.95% from 255) = 28.33%

 GREEN value IS 150 (58.98% from 255) = 32.19%

 BLUE value IS 184 (72.27% from 255) = 39.48%

R = 28.33%
G = 32.19%
B = 39.48%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8496B8 (or 0x8496B8) is known color: Wild Blue Yonder. HEX triplet: 84, 96 and B8. RGB value is (132,150,184). Sum of RGB (Red+Green+Blue) = 132+150+184=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 184 - color contains mainly: blue. Hex color #8496B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8496B8 is #7B6947. Grayscale: #949494. Windows color (decimal): -8087880 or 12097156. OLE color: 12097156.

HSL color Cylindrical-coordinate representation of color #8496B8: hue angle of 219.23º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8496B8 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 150 184 -
CMYK 0.28 0.18 0 0.28
HSL 219.23º 0.27% 0.62% -
HSV(B) 219.23º 0.28% 0.72% -
XYZ 29.07 30.18 49.64 -
YUV 148.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 132 150 184 0.28 0.18 0 0.28 219.23 0.27 0.62
Hex 84 96 B8 1C 12 0 1C DB 1B 3E
Octal 204 226 270 34 22 0 34 333 33 76
Binary 10000100 10010110 10111000 11100 10010 0 11100 11011011 11011 111110

Color Harmonies of #8496B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8496B8

Black with #8496B8

Text Example


Text Example

White with #8496B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8496B8; }

 p { color: rgb(132,150,184); }

 H1.HeaderClassName
 {
   color: #8496B8;
 }
 .AnyTagClassName
 {
   color: #8496B8;
 }
</style>

background-color css

<style>
 a { background-color: #8496B8; }

 a { background-color: rgb(132,150,184); }

 div.DivClassName
 {
   background-color: #8496B8;
 }
 .BgClassName
 {
   background-color: #8496B8;
 }
</style>

border-color css

<style>
 span { border-color: #8496B8; }

 span { border-color: rgb(132,150,184); }

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