Html Css Color HEX #858FC4 Wild Blue Yonder

📋 copy color: '#858FC4'

red 133 ◦ green 143 ◦ blue 196

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

Shades of Wild Blue Yonder #858FC4

Tints of Wild Blue Yonder #858FC4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

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

R = 28.18%
G = 30.3%
B = 41.53%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#858FC4 (or 0x858FC4) is known color: Wild Blue Yonder. HEX triplet: 85, 8F and C4. RGB value is (133,143,196). Sum of RGB (Red+Green+Blue) = 133+143+196=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #858FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FC4 is #7A703B. Grayscale: #919191. Windows color (decimal): -8024124 or 12881797. OLE color: 12881797.

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

Color convert

RGB 133 143 196 -
CMYK 0.32 0.27 0 0.23
HSL 230.48º 0.35% 0.65% -
HSV(B) 230.48º 0.32% 0.77% -
XYZ 29.46 28.62 56.2 -
YUV 146.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 133 143 196 0.32 0.27 0 0.23 230.48 0.35 0.65
Hex 85 8F C4 20 1B 0 17 E6 23 41
Octal 205 217 304 40 33 0 27 346 43 101
Binary 10000101 10001111 11000100 100000 11011 0 10111 11100110 100011 1000001

Color Harmonies of #858FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FC4

Black with #858FC4

Text Example


Text Example

White with #858FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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