Html Css Color HEX #858AB6 Wild Blue Yonder

📋 copy color: '#858AB6'

red 133 ◦ green 138 ◦ blue 182

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

Shades of Wild Blue Yonder #858AB6

Tints of Wild Blue Yonder #858AB6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.46%

 BLUE value IS 182 (71.48% from 255) = 40.18%

R = 29.36%
G = 30.46%
B = 40.18%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#858AB6 (or 0x858AB6) is known color: Wild Blue Yonder. HEX triplet: 85, 8A and B6. RGB value is (133,138,182). Sum of RGB (Red+Green+Blue) = 133+138+182=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 182 - color contains mainly: blue. Hex color #858AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858AB6 is #7A7549. Grayscale: #8D8D8D. Windows color (decimal): -8025418 or 11963013. OLE color: 11963013.

HSL color Cylindrical-coordinate representation of color #858AB6: hue angle of 233.88º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #858AB6 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 138 182 -
CMYK 0.27 0.24 0 0.29
HSL 233.88º 0.25% 0.62% -
HSV(B) 233.88º 0.27% 0.71% -
XYZ 27.2 26.54 47.95 -
YUV 141.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 133 138 182 0.27 0.24 0 0.29 233.88 0.25 0.62
Hex 85 8A B6 1B 18 0 1D EA 19 3E
Octal 205 212 266 33 30 0 35 352 31 76
Binary 10000101 10001010 10110110 11011 11000 0 11101 11101010 11001 111110

Color Harmonies of #858AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AB6

Black with #858AB6

Text Example


Text Example

White with #858AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858AB6; }

 p { color: rgb(133,138,182); }

 H1.HeaderClassName
 {
   color: #858AB6;
 }
 .AnyTagClassName
 {
   color: #858AB6;
 }
</style>

background-color css

<style>
 a { background-color: #858AB6; }

 a { background-color: rgb(133,138,182); }

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

border-color css

<style>
 span { border-color: #858AB6; }

 span { border-color: rgb(133,138,182); }

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