Html Css Color HEX #858CDC Portage

📋 copy color: '#858CDC'

red 133 ◦ green 140 ◦ blue 220

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

Shades of Portage #858CDC

Tints of Portage #858CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 26.98%
G = 28.4%
B = 44.62%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#858CDC (or 0x858CDC) is known color: Portage. HEX triplet: 85, 8C and DC. RGB value is (133,140,220). Sum of RGB (Red+Green+Blue) = 133+140+220=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #858CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CDC is #7A7323. Grayscale: #929292. Windows color (decimal): -8024868 or 14453893. OLE color: 14453893.

HSL color Cylindrical-coordinate representation of color #858CDC: hue angle of 235.17º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858CDC is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 140 220 -
CMYK 0.40 0.36 0 0.14
HSL 235.17º 0.55% 0.69% -
HSV(B) 235.17º 0.4% 0.86% -
XYZ 31.97 28.91 71.61 -
YUV 147.03 169.18 118 -
System Red Green Blue C M Y K H S L
Decimal 133 140 220 0.40 0.36 0 0.14 235.17 0.55 0.69
Hex 85 8C DC 28 24 0 E EB 37 45
Octal 205 214 334 50 44 0 16 353 67 105
Binary 10000101 10001100 11011100 101000 100100 0 1110 11101011 110111 1000101

Color Harmonies of #858CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CDC

Black with #858CDC

Text Example


Text Example

White with #858CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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