Html Css Color HEX #858BDC Portage

📋 copy color: '#858BDC'

red 133 ◦ green 139 ◦ blue 220

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

Shades of Portage #858BDC

Tints of Portage #858BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.25%

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

R = 27.03%
G = 28.25%
B = 44.72%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#858BDC (or 0x858BDC) is known color: Portage. HEX triplet: 85, 8B and DC. RGB value is (133,139,220). Sum of RGB (Red+Green+Blue) = 133+139+220=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #858BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BDC is #7A7423. Grayscale: #929292. Windows color (decimal): -8025124 or 14453637. OLE color: 14453637.

HSL color Cylindrical-coordinate representation of color #858BDC: hue angle of 235.86º 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 #858BDC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 139 220 -
CMYK 0.40 0.37 0 0.14
HSL 235.86º 0.55% 0.69% -
HSV(B) 235.86º 0.4% 0.86% -
XYZ 31.82 28.62 71.56 -
YUV 146.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 133 139 220 0.40 0.37 0 0.14 235.86 0.55 0.69
Hex 85 8B DC 28 25 0 E EC 37 45
Octal 205 213 334 50 45 0 16 354 67 105
Binary 10000101 10001011 11011100 101000 100101 0 1110 11101100 110111 1000101

Color Harmonies of #858BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BDC

Black with #858BDC

Text Example


Text Example

White with #858BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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