Html Css Color HEX #8492BB Wild Blue Yonder

📋 copy color: '#8492BB'

red 132 ◦ green 146 ◦ blue 187

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

Shades of Wild Blue Yonder #8492BB

Tints of Wild Blue Yonder #8492BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.4%

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 28.39%
G = 31.4%
B = 40.22%

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

#8492BB (or 0x8492BB) is known color: Wild Blue Yonder. HEX triplet: 84, 92 and BB. RGB value is (132,146,187). Sum of RGB (Red+Green+Blue) = 132+146+187=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #8492BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492BB is #7B6D44. Grayscale: #929292. Windows color (decimal): -8088901 or 12292740. OLE color: 12292740.

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

Color convert

RGB 132 146 187 -
CMYK 0.29 0.22 0 0.27
HSL 224.73º 0.29% 0.63% -
HSV(B) 224.73º 0.29% 0.73% -
XYZ 28.76 29.05 51.11 -
YUV 146.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 132 146 187 0.29 0.22 0 0.27 224.73 0.29 0.63
Hex 84 92 BB 1D 16 0 1B E1 1D 3F
Octal 204 222 273 35 26 0 33 341 35 77
Binary 10000100 10010010 10111011 11101 10110 0 11011 11100001 11101 111111

Color Harmonies of #8492BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8492BB

Black with #8492BB

Text Example


Text Example

White with #8492BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8492BB; }

 p { color: rgb(132,146,187); }

 H1.HeaderClassName
 {
   color: #8492BB;
 }
 .AnyTagClassName
 {
   color: #8492BB;
 }
</style>

background-color css

<style>
 a { background-color: #8492BB; }

 a { background-color: rgb(132,146,187); }

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

border-color css

<style>
 span { border-color: #8492BB; }

 span { border-color: rgb(132,146,187); }

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