Html Css Color HEX #8592B4 Wild Blue Yonder

📋 copy color: '#8592B4'

red 133 ◦ green 146 ◦ blue 180

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

Shades of Wild Blue Yonder #8592B4

Tints of Wild Blue Yonder #8592B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.22%

R = 28.98%
G = 31.81%
B = 39.22%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8592B4 (or 0x8592B4) is known color: Wild Blue Yonder. HEX triplet: 85, 92 and B4. RGB value is (133,146,180). Sum of RGB (Red+Green+Blue) = 133+146+180=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #8592B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592B4 is #7A6D4B. Grayscale: #919191. Windows color (decimal): -8023372 or 11833989. OLE color: 11833989.

HSL color Cylindrical-coordinate representation of color #8592B4: hue angle of 223.4º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8592B4 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 146 180 -
CMYK 0.26 0.19 0 0.29
HSL 223.4º 0.24% 0.61% -
HSV(B) 223.4º 0.26% 0.71% -
XYZ 28.19 28.84 47.26 -
YUV 145.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 133 146 180 0.26 0.19 0 0.29 223.4 0.24 0.61
Hex 85 92 B4 1A 13 0 1D DF 18 3D
Octal 205 222 264 32 23 0 35 337 30 75
Binary 10000101 10010010 10110100 11010 10011 0 11101 11011111 11000 111101

Color Harmonies of #8592B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8592B4

Black with #8592B4

Text Example


Text Example

White with #8592B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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