Html Css Color HEX #858ACD Portage

📋 copy color: '#858ACD'

red 133 ◦ green 138 ◦ blue 205

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

Shades of Portage #858ACD

Tints of Portage #858ACD

RGB

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

 GREEN value IS 138 (54.3% 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 value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#858ACD (or 0x858ACD) is known color: 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

RGB 133 138 205 -
CMYK 0.35 0.33 0 0.20
HSL 235.83º 0.42% 0.66% -
HSV(B) 235.83º 0.35% 0.8% -
XYZ 29.78 27.57 61.51 -
YUV 144.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 133 138 205 0.35 0.33 0 0.20 235.83 0.42 0.66
Hex 85 8A CD 23 21 0 14 EC 2A 42
Octal 205 212 315 43 41 0 24 354 52 102
Binary 10000101 10001010 11001101 100011 100001 0 10100 11101100 101010 1000010

Color Harmonies of #858ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ACD

Black with #858ACD

Text Example


Text Example

White with #858ACD

Text Example


Text Example

HTML Codes & Css Web 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>