Html Css Color HEX #8495BC Wild Blue Yonder

📋 copy color: '#8495BC'

red 132 ◦ green 149 ◦ blue 188

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

Shades of Wild Blue Yonder #8495BC

Tints of Wild Blue Yonder #8495BC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.77%

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 28.14%
G = 31.77%
B = 40.09%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8495BC (or 0x8495BC) is known color: Wild Blue Yonder. HEX triplet: 84, 95 and BC. RGB value is (132,149,188). Sum of RGB (Red+Green+Blue) = 132+149+188=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #8495BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8495BC is #7B6A43. Grayscale: #949494. Windows color (decimal): -8088132 or 12359044. OLE color: 12359044.

HSL color Cylindrical-coordinate representation of color #8495BC: hue angle of 221.79º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8495BC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 149 188 -
CMYK 0.30 0.21 0 0.26
HSL 221.79º 0.29% 0.63% -
HSV(B) 221.79º 0.3% 0.74% -
XYZ 29.34 30.03 51.83 -
YUV 148.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 132 149 188 0.30 0.21 0 0.26 221.79 0.29 0.63
Hex 84 95 BC 1E 15 0 1A DE 1D 3F
Octal 204 225 274 36 25 0 32 336 35 77
Binary 10000100 10010101 10111100 11110 10101 0 11010 11011110 11101 111111

Color Harmonies of #8495BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8495BC

Black with #8495BC

Text Example


Text Example

White with #8495BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8495BC; }

 p { color: rgb(132,149,188); }

 H1.HeaderClassName
 {
   color: #8495BC;
 }
 .AnyTagClassName
 {
   color: #8495BC;
 }
</style>

background-color css

<style>
 a { background-color: #8495BC; }

 a { background-color: rgb(132,149,188); }

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

border-color css

<style>
 span { border-color: #8495BC; }

 span { border-color: rgb(132,149,188); }

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