Html Css Color HEX #8590CE Portage

📋 copy color: '#8590CE'

red 133 ◦ green 144 ◦ blue 206

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

Shades of Portage #8590CE

Tints of Portage #8590CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 27.54%
G = 29.81%
B = 42.65%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8590CE (or 0x8590CE) is known color: Portage. HEX triplet: 85, 90 and CE. RGB value is (133,144,206). Sum of RGB (Red+Green+Blue) = 133+144+206=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #8590CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590CE is #7A6F31. Grayscale: #939393. Windows color (decimal): -8023858 or 13537413. OLE color: 13537413.

HSL color Cylindrical-coordinate representation of color #8590CE: hue angle of 230.96º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8590CE is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 144 206 -
CMYK 0.35 0.30 0 0.19
HSL 230.96º 0.43% 0.66% -
HSV(B) 230.96º 0.35% 0.81% -
XYZ 30.79 29.39 62.44 -
YUV 147.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 133 144 206 0.35 0.30 0 0.19 230.96 0.43 0.66
Hex 85 90 CE 23 1E 0 13 E7 2B 42
Octal 205 220 316 43 36 0 23 347 53 102
Binary 10000101 10010000 11001110 100011 11110 0 10011 11100111 101011 1000010

Color Harmonies of #8590CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8590CE

Black with #8590CE

Text Example


Text Example

White with #8590CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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