Html Css Color HEX #8490B9 Wild Blue Yonder

📋 copy color: '#8490B9'

red 132 ◦ green 144 ◦ blue 185

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

Shades of Wild Blue Yonder #8490B9

Tints of Wild Blue Yonder #8490B9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.24%

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 28.63%
G = 31.24%
B = 40.13%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8490B9 (or 0x8490B9) is known color: Wild Blue Yonder. HEX triplet: 84, 90 and B9. RGB value is (132,144,185). Sum of RGB (Red+Green+Blue) = 132+144+185=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #8490B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8490B9 is #7B6F46. Grayscale: #909090. Windows color (decimal): -8089415 or 12161156. OLE color: 12161156.

HSL color Cylindrical-coordinate representation of color #8490B9: hue angle of 226.42º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8490B9 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 144 185 -
CMYK 0.29 0.22 0 0.27
HSL 226.42º 0.27% 0.62% -
HSV(B) 226.42º 0.29% 0.73% -
XYZ 28.25 28.35 49.88 -
YUV 145.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 132 144 185 0.29 0.22 0 0.27 226.42 0.27 0.62
Hex 84 90 B9 1D 16 0 1B E2 1B 3E
Octal 204 220 271 35 26 0 33 342 33 76
Binary 10000100 10010000 10111001 11101 10110 0 11011 11100010 11011 111110

Color Harmonies of #8490B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8490B9

Black with #8490B9

Text Example


Text Example

White with #8490B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8490B9; }

 p { color: rgb(132,144,185); }

 H1.HeaderClassName
 {
   color: #8490B9;
 }
 .AnyTagClassName
 {
   color: #8490B9;
 }
</style>

background-color css

<style>
 a { background-color: #8490B9; }

 a { background-color: rgb(132,144,185); }

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

border-color css

<style>
 span { border-color: #8490B9; }

 span { border-color: rgb(132,144,185); }

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