Html Css Color HEX #858DCD Portage

📋 copy color: '#858DCD'

red 133 ◦ green 141 ◦ blue 205

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

Shades of Portage #858DCD

Tints of Portage #858DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.44%

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

R = 27.77%
G = 29.44%
B = 42.8%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#858DCD (or 0x858DCD) is known color: Portage. HEX triplet: 85, 8D and CD. RGB value is (133,141,205). Sum of RGB (Red+Green+Blue) = 133+141+205=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #858DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DCD is #7A7232. Grayscale: #919191. Windows color (decimal): -8024627 or 13471109. OLE color: 13471109.

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

Color convert

RGB 133 141 205 -
CMYK 0.35 0.31 0 0.20
HSL 233.33º 0.42% 0.66% -
HSV(B) 233.33º 0.35% 0.8% -
XYZ 30.22 28.44 61.66 -
YUV 145.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 133 141 205 0.35 0.31 0 0.20 233.33 0.42 0.66
Hex 85 8D CD 23 1F 0 14 E9 2A 42
Octal 205 215 315 43 37 0 24 351 52 102
Binary 10000101 10001101 11001101 100011 11111 0 10100 11101001 101010 1000010

Color Harmonies of #858DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DCD

Black with #858DCD

Text Example


Text Example

White with #858DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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