Html Css Color HEX #8490BA Wild Blue Yonder

📋 copy color: '#8490BA'

red 132 ◦ green 144 ◦ blue 186

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

Shades of Wild Blue Yonder #8490BA

Tints of Wild Blue Yonder #8490BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 28.57%
G = 31.17%
B = 40.26%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8490BA (or 0x8490BA) is known color: Wild Blue Yonder. HEX triplet: 84, 90 and BA. RGB value is (132,144,186). Sum of RGB (Red+Green+Blue) = 132+144+186=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #8490BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8490BA is #7B6F45. Grayscale: #919191. Windows color (decimal): -8089414 or 12226692. OLE color: 12226692.

HSL color Cylindrical-coordinate representation of color #8490BA: hue angle of 226.67º degrees, saturation: 0.28, 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 #8490BA is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 144 186 -
CMYK 0.29 0.23 0 0.27
HSL 226.67º 0.28% 0.62% -
HSV(B) 226.67º 0.29% 0.73% -
XYZ 28.35 28.4 50.44 -
YUV 145.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 132 144 186 0.29 0.23 0 0.27 226.67 0.28 0.62
Hex 84 90 BA 1D 17 0 1B E3 1C 3E
Octal 204 220 272 35 27 0 33 343 34 76
Binary 10000100 10010000 10111010 11101 10111 0 11011 11100011 11100 111110

Color Harmonies of #8490BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8490BA

Black with #8490BA

Text Example


Text Example

White with #8490BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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