Html Css Color HEX #8992BC Wild Blue Yonder

📋 copy color: '#8992BC'

red 137 ◦ green 146 ◦ blue 188

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

Shades of Wild Blue Yonder #8992BC

Tints of Wild Blue Yonder #8992BC

RGB

 RED value IS 137 (53.91% from 255) = 29.09%

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

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

R = 29.09%
G = 31%
B = 39.92%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8992BC (or 0x8992BC) is known color: Wild Blue Yonder. HEX triplet: 89, 92 and BC. RGB value is (137,146,188). Sum of RGB (Red+Green+Blue) = 137+146+188=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #8992BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992BC is #766D43. Grayscale: #939393. Windows color (decimal): -7761220 or 12358281. OLE color: 12358281.

HSL color Cylindrical-coordinate representation of color #8992BC: hue angle of 229.41º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8992BC is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 146 188 -
CMYK 0.27 0.22 0 0.26
HSL 229.41º 0.28% 0.64% -
HSV(B) 229.41º 0.27% 0.74% -
XYZ 29.67 29.51 51.71 -
YUV 148.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 137 146 188 0.27 0.22 0 0.26 229.41 0.28 0.64
Hex 89 92 BC 1B 16 0 1A E5 1C 40
Octal 211 222 274 33 26 0 32 345 34 100
Binary 10001001 10010010 10111100 11011 10110 0 11010 11100101 11100 1000000

Color Harmonies of #8992BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8992BC

Black with #8992BC

Text Example


Text Example

White with #8992BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,146,188); }

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

background-color css

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

 a { background-color: rgb(137,146,188); }

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

border-color css

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

 span { border-color: rgb(137,146,188); }

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