Html Css Color HEX #8595DB Portage

📋 copy color: '#8595DB'

red 133 ◦ green 149 ◦ blue 219

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

Shades of Portage #8595DB

Tints of Portage #8595DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.74%

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

R = 26.55%
G = 29.74%
B = 43.71%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8595DB (or 0x8595DB) is known color: Portage. HEX triplet: 85, 95 and DB. RGB value is (133,149,219). Sum of RGB (Red+Green+Blue) = 133+149+219=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #8595DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8595DB is #7A6A24. Grayscale: #979797. Windows color (decimal): -8022565 or 14390661. OLE color: 14390661.

HSL color Cylindrical-coordinate representation of color #8595DB: hue angle of 228.84º 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 #8595DB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 149 219 -
CMYK 0.39 0.32 0 0.14
HSL 228.84º 0.54% 0.69% -
HSV(B) 228.84º 0.39% 0.86% -
XYZ 33.21 31.6 71.37 -
YUV 152.2 165.7 114.31 -
System Red Green Blue C M Y K H S L
Decimal 133 149 219 0.39 0.32 0 0.14 228.84 0.54 0.69
Hex 85 95 DB 27 20 0 E E5 36 45
Octal 205 225 333 47 40 0 16 345 66 105
Binary 10000101 10010101 11011011 100111 100000 0 1110 11100101 110110 1000101

Color Harmonies of #8595DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8595DB

Black with #8595DB

Text Example


Text Example

White with #8595DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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