Html Css Color HEX #858DC0 Wild Blue Yonder

📋 copy color: '#858DC0'

red 133 ◦ green 141 ◦ blue 192

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

Shades of Wild Blue Yonder #858DC0

Tints of Wild Blue Yonder #858DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.2%

R = 28.54%
G = 30.26%
B = 41.2%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#858DC0 (or 0x858DC0) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and C0. RGB value is (133,141,192). Sum of RGB (Red+Green+Blue) = 133+141+192=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #858DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DC0 is #7A723F. Grayscale: #909090. Windows color (decimal): -8024640 or 12619141. OLE color: 12619141.

HSL color Cylindrical-coordinate representation of color #858DC0: hue angle of 231.86º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #858DC0 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 141 192 -
CMYK 0.31 0.27 0 0.25
HSL 231.86º 0.32% 0.64% -
HSV(B) 231.86º 0.31% 0.75% -
XYZ 28.71 27.84 53.73 -
YUV 144.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 133 141 192 0.31 0.27 0 0.25 231.86 0.32 0.64
Hex 85 8D C0 1F 1B 0 19 E8 20 40
Octal 205 215 300 37 33 0 31 350 40 100
Binary 10000101 10001101 11000000 11111 11011 0 11001 11101000 100000 1000000

Color Harmonies of #858DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DC0

Black with #858DC0

Text Example


Text Example

White with #858DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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