Html Css Color HEX #858CC7 Wild Blue Yonder

📋 copy color: '#858CC7'

red 133 ◦ green 140 ◦ blue 199

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

Shades of Wild Blue Yonder #858CC7

Tints of Wild Blue Yonder #858CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 28.18%
G = 29.66%
B = 42.16%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#858CC7 (or 0x858CC7) is known color: Wild Blue Yonder. HEX triplet: 85, 8C and C7. RGB value is (133,140,199). Sum of RGB (Red+Green+Blue) = 133+140+199=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #858CC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CC7 is #7A7338. Grayscale: #909090. Windows color (decimal): -8024889 or 13077637. OLE color: 13077637.

HSL color Cylindrical-coordinate representation of color #858CC7: hue angle of 233.64º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #858CC7 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 140 199 -
CMYK 0.33 0.30 0 0.22
HSL 233.64º 0.37% 0.65% -
HSV(B) 233.64º 0.33% 0.78% -
XYZ 29.36 27.87 57.86 -
YUV 144.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 133 140 199 0.33 0.30 0 0.22 233.64 0.37 0.65
Hex 85 8C C7 21 1E 0 16 EA 25 41
Octal 205 214 307 41 36 0 26 352 45 101
Binary 10000101 10001100 11000111 100001 11110 0 10110 11101010 100101 1000001

Color Harmonies of #858CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CC7

Black with #858CC7

Text Example


Text Example

White with #858CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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