Html Css Color HEX #8599DB Portage

📋 copy color: '#8599DB'

red 133 ◦ green 153 ◦ blue 219

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

Shades of Portage #8599DB

Tints of Portage #8599DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.3%

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 26.34%
G = 30.3%
B = 43.37%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8599DB (or 0x8599DB) is known color: Portage. HEX triplet: 85, 99 and DB. RGB value is (133,153,219). Sum of RGB (Red+Green+Blue) = 133+153+219=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #8599DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599DB is #7A6624. Grayscale: #9A9A9A. Windows color (decimal): -8021541 or 14391685. OLE color: 14391685.

HSL color Cylindrical-coordinate representation of color #8599DB: hue angle of 226.05º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8599DB is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 153 219 -
CMYK 0.39 0.30 0 0.14
HSL 226.05º 0.54% 0.69% -
HSV(B) 226.05º 0.39% 0.86% -
XYZ 33.85 32.88 71.58 -
YUV 154.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 133 153 219 0.39 0.30 0 0.14 226.05 0.54 0.69
Hex 85 99 DB 27 1E 0 E E2 36 45
Octal 205 231 333 47 36 0 16 342 66 105
Binary 10000101 10011001 11011011 100111 11110 0 1110 11100010 110110 1000101

Color Harmonies of #8599DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8599DB

Black with #8599DB

Text Example


Text Example

White with #8599DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8599DB; }

 p { color: rgb(133,153,219); }

 H1.HeaderClassName
 {
   color: #8599DB;
 }
 .AnyTagClassName
 {
   color: #8599DB;
 }
</style>

background-color css

<style>
 a { background-color: #8599DB; }

 a { background-color: rgb(133,153,219); }

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

border-color css

<style>
 span { border-color: #8599DB; }

 span { border-color: rgb(133,153,219); }

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