Html Css Color HEX #858CC3 Wild Blue Yonder

📋 copy color: '#858CC3'

red 133 ◦ green 140 ◦ blue 195

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

Shades of Wild Blue Yonder #858CC3

Tints of Wild Blue Yonder #858CC3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.91%

 BLUE value IS 195 (76.56% from 255) = 41.67%

R = 28.42%
G = 29.91%
B = 41.67%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#858CC3 (or 0x858CC3) is known color: Wild Blue Yonder. HEX triplet: 85, 8C and C3. RGB value is (133,140,195). Sum of RGB (Red+Green+Blue) = 133+140+195=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #858CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CC3 is #7A733C. Grayscale: #8F8F8F. Windows color (decimal): -8024893 or 12815493. OLE color: 12815493.

HSL color Cylindrical-coordinate representation of color #858CC3: hue angle of 233.23º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #858CC3 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 140 195 -
CMYK 0.32 0.28 0 0.24
HSL 233.23º 0.34% 0.64% -
HSV(B) 233.23º 0.32% 0.76% -
XYZ 28.9 27.68 55.45 -
YUV 144.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 133 140 195 0.32 0.28 0 0.24 233.23 0.34 0.64
Hex 85 8C C3 20 1C 0 18 E9 22 40
Octal 205 214 303 40 34 0 30 351 42 100
Binary 10000101 10001100 11000011 100000 11100 0 11000 11101001 100010 1000000

Color Harmonies of #858CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CC3

Black with #858CC3

Text Example


Text Example

White with #858CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,195); }

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

background-color css

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

 a { background-color: rgb(133,140,195); }

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

border-color css

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

 span { border-color: rgb(133,140,195); }

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