Html Css Color HEX #858CCD Portage

📋 copy color: '#858CCD'

red 133 ◦ green 140 ◦ blue 205

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

Shades of Portage #858CCD

Tints of Portage #858CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 27.82%
G = 29.29%
B = 42.89%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#858CCD (or 0x858CCD) is known color: Portage. HEX triplet: 85, 8C and CD. RGB value is (133,140,205). Sum of RGB (Red+Green+Blue) = 133+140+205=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #858CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CCD is #7A7332. Grayscale: #919191. Windows color (decimal): -8024883 or 13470853. OLE color: 13470853.

HSL color Cylindrical-coordinate representation of color #858CCD: hue angle of 234.17º degrees, saturation: 0.42, 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 #858CCD is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 140 205 -
CMYK 0.35 0.32 0 0.20
HSL 234.17º 0.42% 0.66% -
HSV(B) 234.17º 0.35% 0.8% -
XYZ 30.07 28.15 61.61 -
YUV 145.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 133 140 205 0.35 0.32 0 0.20 234.17 0.42 0.66
Hex 85 8C CD 23 20 0 14 EA 2A 42
Octal 205 214 315 43 40 0 24 352 52 102
Binary 10000101 10001100 11001101 100011 100000 0 10100 11101010 101010 1000010

Color Harmonies of #858CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CCD

Black with #858CCD

Text Example


Text Example

White with #858CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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