Html Css Color HEX #858DC4 Wild Blue Yonder

📋 copy color: '#858DC4'

red 133 ◦ green 141 ◦ blue 196

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

Shades of Wild Blue Yonder #858DC4

Tints of Wild Blue Yonder #858DC4

RGB

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

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

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

R = 28.3%
G = 30%
B = 41.7%

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

#858DC4 (or 0x858DC4) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and C4. RGB value is (133,141,196). Sum of RGB (Red+Green+Blue) = 133+141+196=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #858DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DC4 is #7A723B. Grayscale: #909090. Windows color (decimal): -8024636 or 12881285. OLE color: 12881285.

HSL color Cylindrical-coordinate representation of color #858DC4: hue angle of 232.38º 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 #858DC4 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 141 196 -
CMYK 0.32 0.28 0 0.23
HSL 232.38º 0.35% 0.65% -
HSV(B) 232.38º 0.32% 0.77% -
XYZ 29.16 28.02 56.1 -
YUV 144.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 133 141 196 0.32 0.28 0 0.23 232.38 0.35 0.65
Hex 85 8D C4 20 1C 0 17 E8 23 41
Octal 205 215 304 40 34 0 27 350 43 101
Binary 10000101 10001101 11000100 100000 11100 0 10111 11101000 100011 1000001

Color Harmonies of #858DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DC4

Black with #858DC4

Text Example


Text Example

White with #858DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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