Html Css Color HEX #858BC4 Wild Blue Yonder

📋 copy color: '#858BC4'

red 133 ◦ green 139 ◦ blue 196

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

Shades of Wild Blue Yonder #858BC4

Tints of Wild Blue Yonder #858BC4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

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

R = 28.42%
G = 29.7%
B = 41.88%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#858BC4 (or 0x858BC4) is known color: Wild Blue Yonder. HEX triplet: 85, 8B and C4. RGB value is (133,139,196). Sum of RGB (Red+Green+Blue) = 133+139+196=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #858BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BC4 is #7A743B. Grayscale: #8F8F8F. Windows color (decimal): -8025148 or 12880773. OLE color: 12880773.

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

Color convert

RGB 133 139 196 -
CMYK 0.32 0.29 0 0.23
HSL 234.29º 0.35% 0.65% -
HSV(B) 234.29º 0.32% 0.77% -
XYZ 28.87 27.44 56 -
YUV 143.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 133 139 196 0.32 0.29 0 0.23 234.29 0.35 0.65
Hex 85 8B C4 20 1D 0 17 EA 23 41
Octal 205 213 304 40 35 0 27 352 43 101
Binary 10000101 10001011 11000100 100000 11101 0 10111 11101010 100011 1000001

Color Harmonies of #858BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BC4

Black with #858BC4

Text Example


Text Example

White with #858BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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