Html Css Color HEX #8488BD Wild Blue Yonder

📋 copy color: '#8488BD'

red 132 ◦ green 136 ◦ blue 189

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

Shades of Wild Blue Yonder #8488BD

Tints of Wild Blue Yonder #8488BD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.76%

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 28.88%
G = 29.76%
B = 41.36%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8488BD (or 0x8488BD) is known color: Wild Blue Yonder. HEX triplet: 84, 88 and BD. RGB value is (132,136,189). Sum of RGB (Red+Green+Blue) = 132+136+189=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #8488BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8488BD is #7B7742. Grayscale: #8C8C8C. Windows color (decimal): -8091459 or 12421252. OLE color: 12421252.

HSL color Cylindrical-coordinate representation of color #8488BD: hue angle of 235.79º degrees, saturation: 0.3, 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 #8488BD is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 136 189 -
CMYK 0.30 0.28 0 0.26
HSL 235.79º 0.3% 0.63% -
HSV(B) 235.79º 0.3% 0.74% -
XYZ 27.51 26.19 51.75 -
YUV 140.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 132 136 189 0.30 0.28 0 0.26 235.79 0.3 0.63
Hex 84 88 BD 1E 1C 0 1A EC 1E 3F
Octal 204 210 275 36 34 0 32 354 36 77
Binary 10000100 10001000 10111101 11110 11100 0 11010 11101100 11110 111111

Color Harmonies of #8488BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8488BD

Black with #8488BD

Text Example


Text Example

White with #8488BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8488BD; }

 p { color: rgb(132,136,189); }

 H1.HeaderClassName
 {
   color: #8488BD;
 }
 .AnyTagClassName
 {
   color: #8488BD;
 }
</style>

background-color css

<style>
 a { background-color: #8488BD; }

 a { background-color: rgb(132,136,189); }

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

border-color css

<style>
 span { border-color: #8488BD; }

 span { border-color: rgb(132,136,189); }

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