Html Css Color HEX #858CCE Portage

📋 copy color: '#858CCE'

red 133 ◦ green 140 ◦ blue 206

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

Shades of Portage #858CCE

Tints of Portage #858CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 27.77%
G = 29.23%
B = 43.01%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#858CCE (or 0x858CCE) is known color: Portage. HEX triplet: 85, 8C and CE. RGB value is (133,140,206). Sum of RGB (Red+Green+Blue) = 133+140+206=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #858CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CCE is #7A7331. Grayscale: #919191. Windows color (decimal): -8024882 or 13536389. OLE color: 13536389.

HSL color Cylindrical-coordinate representation of color #858CCE: hue angle of 234.25º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858CCE is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 140 206 -
CMYK 0.35 0.32 0 0.19
HSL 234.25º 0.43% 0.66% -
HSV(B) 234.25º 0.35% 0.81% -
XYZ 30.19 28.2 62.24 -
YUV 145.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 133 140 206 0.35 0.32 0 0.19 234.25 0.43 0.66
Hex 85 8C CE 23 20 0 13 EA 2B 42
Octal 205 214 316 43 40 0 23 352 53 102
Binary 10000101 10001100 11001110 100011 100000 0 10011 11101010 101011 1000010

Color Harmonies of #858CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CCE

Black with #858CCE

Text Example


Text Example

White with #858CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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