Html Css Color HEX #8592DB Portage

📋 copy color: '#8592DB'

red 133 ◦ green 146 ◦ blue 219

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

Shades of Portage #8592DB

Tints of Portage #8592DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.32%

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

R = 26.71%
G = 29.32%
B = 43.98%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8592DB (or 0x8592DB) is known color: Portage. HEX triplet: 85, 92 and DB. RGB value is (133,146,219). Sum of RGB (Red+Green+Blue) = 133+146+219=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #8592DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592DB is #7A6D24. Grayscale: #969696. Windows color (decimal): -8023333 or 14389893. OLE color: 14389893.

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

Color convert

RGB 133 146 219 -
CMYK 0.39 0.33 0 0.14
HSL 230.93º 0.54% 0.69% -
HSV(B) 230.93º 0.39% 0.86% -
XYZ 32.74 30.66 71.21 -
YUV 150.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 133 146 219 0.39 0.33 0 0.14 230.93 0.54 0.69
Hex 85 92 DB 27 21 0 E E7 36 45
Octal 205 222 333 47 41 0 16 347 66 105
Binary 10000101 10010010 11011011 100111 100001 0 1110 11100111 110110 1000101

Color Harmonies of #8592DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8592DB

Black with #8592DB

Text Example


Text Example

White with #8592DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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