Html Css Color HEX #858DB7 Wild Blue Yonder

📋 copy color: '#858DB7'

red 133 ◦ green 141 ◦ blue 183

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

Shades of Wild Blue Yonder #858DB7

Tints of Wild Blue Yonder #858DB7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.85%

 BLUE value IS 183 (71.88% from 255) = 40.04%

R = 29.1%
G = 30.85%
B = 40.04%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#858DB7 (or 0x858DB7) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and B7. RGB value is (133,141,183). Sum of RGB (Red+Green+Blue) = 133+141+183=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 183 - color contains mainly: blue. Hex color #858DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DB7 is #7A7248. Grayscale: #8F8F8F. Windows color (decimal): -8024649 or 12029317. OLE color: 12029317.

HSL color Cylindrical-coordinate representation of color #858DB7: hue angle of 230.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #858DB7 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 141 183 -
CMYK 0.27 0.23 0 0.28
HSL 230.4º 0.26% 0.62% -
HSV(B) 230.4º 0.27% 0.72% -
XYZ 27.74 27.46 48.64 -
YUV 143.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 133 141 183 0.27 0.23 0 0.28 230.4 0.26 0.62
Hex 85 8D B7 1B 17 0 1C E6 1A 3E
Octal 205 215 267 33 27 0 34 346 32 76
Binary 10000101 10001101 10110111 11011 10111 0 11100 11100110 11010 111110

Color Harmonies of #858DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DB7

Black with #858DB7

Text Example


Text Example

White with #858DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,141,183); }

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

background-color css

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

 a { background-color: rgb(133,141,183); }

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

border-color css

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

 span { border-color: rgb(133,141,183); }

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