Html Css Color HEX #8A96DB Portage

📋 copy color: '#8A96DB'

red 138 ◦ green 150 ◦ blue 219

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

Shades of Portage #8A96DB

Tints of Portage #8A96DB

RGB

 RED value IS 138 (54.3% from 255) = 27.22%

 GREEN value IS 150 (58.98% from 255) = 29.59%

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

R = 27.22%
G = 29.59%
B = 43.2%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A96DB (or 0x8A96DB) is known color: Portage. HEX triplet: 8A, 96 and DB. RGB value is (138,150,219). Sum of RGB (Red+Green+Blue) = 138+150+219=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A96DB is #756924. Grayscale: #999999. Windows color (decimal): -7694629 or 14390922. OLE color: 14390922.

HSL color Cylindrical-coordinate representation of color #8A96DB: hue angle of 231.11º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A96DB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 150 219 -
CMYK 0.37 0.32 0 0.14
HSL 231.11º 0.53% 0.7% -
HSV(B) 231.11º 0.37% 0.86% -
XYZ 34.17 32.33 71.46 -
YUV 154.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 138 150 219 0.37 0.32 0 0.14 231.11 0.53 0.7
Hex 8A 96 DB 25 20 0 E E7 35 46
Octal 212 226 333 45 40 0 16 347 65 106
Binary 10001010 10010110 11011011 100101 100000 0 1110 11100111 110101 1000110

Color Harmonies of #8A96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A96DB

Black with #8A96DB

Text Example


Text Example

White with #8A96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A96DB; }

 p { color: rgb(138,150,219); }

 H1.HeaderClassName
 {
   color: #8A96DB;
 }
 .AnyTagClassName
 {
   color: #8A96DB;
 }
</style>

background-color css

<style>
 a { background-color: #8A96DB; }

 a { background-color: rgb(138,150,219); }

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

border-color css

<style>
 span { border-color: #8A96DB; }

 span { border-color: rgb(138,150,219); }

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