Html Css Color HEX #8593CD Portage

📋 copy color: '#8593CD'

red 133 ◦ green 147 ◦ blue 205

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

Shades of Portage #8593CD

Tints of Portage #8593CD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.31%

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

R = 27.42%
G = 30.31%
B = 42.27%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8593CD (or 0x8593CD) is known color: Portage. HEX triplet: 85, 93 and CD. RGB value is (133,147,205). Sum of RGB (Red+Green+Blue) = 133+147+205=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #8593CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593CD is #7A6C32. Grayscale: #959595. Windows color (decimal): -8023091 or 13472645. OLE color: 13472645.

HSL color Cylindrical-coordinate representation of color #8593CD: hue angle of 228.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 #8593CD is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 147 205 -
CMYK 0.35 0.28 0 0.20
HSL 228.33º 0.42% 0.66% -
HSV(B) 228.33º 0.35% 0.8% -
XYZ 31.13 30.26 61.96 -
YUV 149.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 133 147 205 0.35 0.28 0 0.20 228.33 0.42 0.66
Hex 85 93 CD 23 1C 0 14 E4 2A 42
Octal 205 223 315 43 34 0 24 344 52 102
Binary 10000101 10010011 11001101 100011 11100 0 10100 11100100 101010 1000010

Color Harmonies of #8593CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8593CD

Black with #8593CD

Text Example


Text Example

White with #8593CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8593CD; }

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

 H1.HeaderClassName
 {
   color: #8593CD;
 }
 .AnyTagClassName
 {
   color: #8593CD;
 }
</style>

background-color css

<style>
 a { background-color: #8593CD; }

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

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

border-color css

<style>
 span { border-color: #8593CD; }

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

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