#858ACD

Color #858ACD Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #858ACD

Tints of Portage #858ACD

Color information

#858ACD (or 0x858ACD) is unknown color: approx Portage. HEX triplet: 85, 8A and CD. RGB value is (133,138,205). Sum of RGB (Red+Green+Blue) = 133+138+205=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #858ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ACD is #7A7532. Grayscale: #8F8F8F. Windows color (decimal): -8025395 or 13470341. OLE color: 13470341.

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

Color convert

RGB133138205-
CMYK0.350.3300.20
HSL235.83º41.86%66.27%-
HSV(B)235.83º35.12%80.39%-
XYZ29.7827.5761.51-
YUV144.14162.34120.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.94%
GREEN value IS 138 (54.30% from 255) = 28.99%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=27.94%
G=28.99%
B=43.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331382050.350.3300.20235.8341.8666.27
Hex858ACD2321014ec2a42
Octal205212315434102435452102
Binary100001011000101011001101100011100001010100111011001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #858ACD;
 }
 .AnyTagClassName
 {
   color: #858ACD;
 }
</style>
background-color css

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

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

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

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

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

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