Html Css Color HEX #8193DB Portage

📋 copy color: '#8193DB'

red 129 ◦ green 147 ◦ blue 219

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

Shades of Portage #8193DB

Tints of Portage #8193DB

RGB

 RED value IS 129 (50.78% from 255) = 26.06%

 GREEN value IS 147 (57.81% from 255) = 29.7%

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

R = 26.06%
G = 29.7%
B = 44.24%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8193DB (or 0x8193DB) is known color: Portage. HEX triplet: 81, 93 and DB. RGB value is (129,147,219). Sum of RGB (Red+Green+Blue) = 129+147+219=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #8193DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8193DB is #7E6C24. Grayscale: #959595. Windows color (decimal): -8285221 or 14390145. OLE color: 14390145.

HSL color Cylindrical-coordinate representation of color #8193DB: hue angle of 228º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8193DB is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 147 219 -
CMYK 0.41 0.33 0 0.14
HSL 228º 0.56% 0.68% -
HSV(B) 228º 0.41% 0.86% -
XYZ 32.27 30.65 71.23 -
YUV 149.83 167.04 113.15 -
System Red Green Blue C M Y K H S L
Decimal 129 147 219 0.41 0.33 0 0.14 228 0.56 0.68
Hex 81 93 DB 29 21 0 E E4 38 44
Octal 201 223 333 51 41 0 16 344 70 104
Binary 10000001 10010011 11011011 101001 100001 0 1110 11100100 111000 1000100

Color Harmonies of #8193DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8193DB

Black with #8193DB

Text Example


Text Example

White with #8193DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,147,219); }

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

background-color css

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

 a { background-color: rgb(129,147,219); }

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

border-color css

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

 span { border-color: rgb(129,147,219); }

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