Html Css Color HEX #858EC4 Wild Blue Yonder

📋 copy color: '#858EC4'

red 133 ◦ green 142 ◦ blue 196

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

Shades of Wild Blue Yonder #858EC4

Tints of Wild Blue Yonder #858EC4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.15%

 BLUE value IS 196 (76.95% from 255) = 41.61%

R = 28.24%
G = 30.15%
B = 41.61%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#858EC4 (or 0x858EC4) is known color: Wild Blue Yonder. HEX triplet: 85, 8E and C4. RGB value is (133,142,196). Sum of RGB (Red+Green+Blue) = 133+142+196=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #858EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EC4 is #7A713B. Grayscale: #919191. Windows color (decimal): -8024380 or 12881541. OLE color: 12881541.

HSL color Cylindrical-coordinate representation of color #858EC4: hue angle of 231.43º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #858EC4 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 142 196 -
CMYK 0.32 0.28 0 0.23
HSL 231.43º 0.35% 0.65% -
HSV(B) 231.43º 0.32% 0.77% -
XYZ 29.31 28.32 56.15 -
YUV 145.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 133 142 196 0.32 0.28 0 0.23 231.43 0.35 0.65
Hex 85 8E C4 20 1C 0 17 E7 23 41
Octal 205 216 304 40 34 0 27 347 43 101
Binary 10000101 10001110 11000100 100000 11100 0 10111 11100111 100011 1000001

Color Harmonies of #858EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EC4

Black with #858EC4

Text Example


Text Example

White with #858EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,142,196); }

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

background-color css

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

 a { background-color: rgb(133,142,196); }

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

border-color css

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

 span { border-color: rgb(133,142,196); }

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