Html Css Color HEX #858FCD Portage

📋 copy color: '#858FCD'

red 133 ◦ green 143 ◦ blue 205

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

Shades of Portage #858FCD

Tints of Portage #858FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.73%

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

R = 27.65%
G = 29.73%
B = 42.62%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#858FCD (or 0x858FCD) is known color: Portage. HEX triplet: 85, 8F and CD. RGB value is (133,143,205). Sum of RGB (Red+Green+Blue) = 133+143+205=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #858FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FCD is #7A7032. Grayscale: #929292. Windows color (decimal): -8024115 or 13471621. OLE color: 13471621.

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

Color convert

RGB 133 143 205 -
CMYK 0.35 0.30 0 0.20
HSL 231.67º 0.42% 0.66% -
HSV(B) 231.67º 0.35% 0.8% -
XYZ 30.51 29.04 61.75 -
YUV 147.08 160.69 117.96 -
System Red Green Blue C M Y K H S L
Decimal 133 143 205 0.35 0.30 0 0.20 231.67 0.42 0.66
Hex 85 8F CD 23 1E 0 14 E8 2A 42
Octal 205 217 315 43 36 0 24 350 52 102
Binary 10000101 10001111 11001101 100011 11110 0 10100 11101000 101010 1000010

Color Harmonies of #858FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FCD

Black with #858FCD

Text Example


Text Example

White with #858FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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