Html Css Color HEX #8590DC Portage

📋 copy color: '#8590DC'

red 133 ◦ green 144 ◦ blue 220

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

Shades of Portage #8590DC

Tints of Portage #8590DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.97%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 26.76%
G = 28.97%
B = 44.27%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8590DC (or 0x8590DC) is known color: Portage. HEX triplet: 85, 90 and DC. RGB value is (133,144,220). Sum of RGB (Red+Green+Blue) = 133+144+220=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #8590DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590DC is #7A6F23. Grayscale: #959595. Windows color (decimal): -8023844 or 14454917. OLE color: 14454917.

HSL color Cylindrical-coordinate representation of color #8590DC: hue angle of 232.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8590DC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 144 220 -
CMYK 0.40 0.35 0 0.14
HSL 232.41º 0.55% 0.69% -
HSV(B) 232.41º 0.4% 0.86% -
XYZ 32.56 30.1 71.8 -
YUV 149.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 133 144 220 0.40 0.35 0 0.14 232.41 0.55 0.69
Hex 85 90 DC 28 23 0 E E8 37 45
Octal 205 220 334 50 43 0 16 350 67 105
Binary 10000101 10010000 11011100 101000 100011 0 1110 11101000 110111 1000101

Color Harmonies of #8590DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8590DC

Black with #8590DC

Text Example


Text Example

White with #8590DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8590DC; }

 p { color: rgb(133,144,220); }

 H1.HeaderClassName
 {
   color: #8590DC;
 }
 .AnyTagClassName
 {
   color: #8590DC;
 }
</style>

background-color css

<style>
 a { background-color: #8590DC; }

 a { background-color: rgb(133,144,220); }

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

border-color css

<style>
 span { border-color: #8590DC; }

 span { border-color: rgb(133,144,220); }

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