Html Css Color HEX #858CCC Portage

📋 copy color: '#858CCC'

red 133 ◦ green 140 ◦ blue 204

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

Shades of Portage #858CCC

Tints of Portage #858CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 27.88%
G = 29.35%
B = 42.77%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#858CCC (or 0x858CCC) is known color: Portage. HEX triplet: 85, 8C and CC. RGB value is (133,140,204). Sum of RGB (Red+Green+Blue) = 133+140+204=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #858CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CCC is #7A7333. Grayscale: #909090. Windows color (decimal): -8024884 or 13405317. OLE color: 13405317.

HSL color Cylindrical-coordinate representation of color #858CCC: hue angle of 234.08º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858CCC is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 140 204 -
CMYK 0.35 0.31 0 0.2
HSL 234.08º 0.41% 0.66% -
HSV(B) 234.08º 0.35% 0.8% -
XYZ 29.95 28.1 60.97 -
YUV 145.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 133 140 204 0.35 0.31 0 0.2 234.08 0.41 0.66
Hex 85 8C CC 23 1F 0 14 EA 29 42
Octal 205 214 314 43 37 0 24 352 51 102
Binary 10000101 10001100 11001100 100011 11111 0 10100 11101010 101001 1000010

Color Harmonies of #858CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CCC

Black with #858CCC

Text Example


Text Example

White with #858CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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