Html Css Color HEX #858DBE Wild Blue Yonder

📋 copy color: '#858DBE'

red 133 ◦ green 141 ◦ blue 190

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

Shades of Wild Blue Yonder #858DBE

Tints of Wild Blue Yonder #858DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 28.66%
G = 30.39%
B = 40.95%

CMYK

 C value IS 0.3

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#858DBE (or 0x858DBE) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and BE. RGB value is (133,141,190). Sum of RGB (Red+Green+Blue) = 133+141+190=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #858DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DBE is #7A7241. Grayscale: #8F8F8F. Windows color (decimal): -8024642 or 12488069. OLE color: 12488069.

HSL color Cylindrical-coordinate representation of color #858DBE: hue angle of 231.58º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #858DBE is Cyan = 0.3, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 141 190 -
CMYK 0.3 0.26 0 0.25
HSL 231.58º 0.3% 0.63% -
HSV(B) 231.58º 0.3% 0.75% -
XYZ 28.49 27.75 52.57 -
YUV 144.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 133 141 190 0.3 0.26 0 0.25 231.58 0.3 0.63
Hex 85 8D BE 1E 1A 0 19 E8 1E 3F
Octal 205 215 276 36 32 0 31 350 36 77
Binary 10000101 10001101 10111110 11110 11010 0 11001 11101000 11110 111111

Color Harmonies of #858DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DBE

Black with #858DBE

Text Example


Text Example

White with #858DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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