Html Css Color HEX #8592BC Wild Blue Yonder

📋 copy color: '#8592BC'

red 133 ◦ green 146 ◦ blue 188

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

Shades of Wild Blue Yonder #8592BC

Tints of Wild Blue Yonder #8592BC

RGB

 RED value IS 133 (52.34% from 255) = 28.48%

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

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

R = 28.48%
G = 31.26%
B = 40.26%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8592BC (or 0x8592BC) is known color: Wild Blue Yonder. HEX triplet: 85, 92 and BC. RGB value is (133,146,188). Sum of RGB (Red+Green+Blue) = 133+146+188=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #8592BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592BC is #7A6D43. Grayscale: #929292. Windows color (decimal): -8023364 or 12358277. OLE color: 12358277.

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

Color convert

RGB 133 146 188 -
CMYK 0.29 0.22 0 0.26
HSL 225.82º 0.29% 0.63% -
HSV(B) 225.82º 0.29% 0.74% -
XYZ 29.03 29.18 51.68 -
YUV 146.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 133 146 188 0.29 0.22 0 0.26 225.82 0.29 0.63
Hex 85 92 BC 1D 16 0 1A E2 1D 3F
Octal 205 222 274 35 26 0 32 342 35 77
Binary 10000101 10010010 10111100 11101 10110 0 11010 11100010 11101 111111

Color Harmonies of #8592BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8592BC

Black with #8592BC

Text Example


Text Example

White with #8592BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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