Html Css Color HEX #8A95DB Portage

📋 copy color: '#8A95DB'

red 138 ◦ green 149 ◦ blue 219

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

Shades of Portage #8A95DB

Tints of Portage #8A95DB

RGB

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

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

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

R = 27.27%
G = 29.45%
B = 43.28%

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

#8A95DB (or 0x8A95DB) is known color: Portage. HEX triplet: 8A, 95 and DB. RGB value is (138,149,219). Sum of RGB (Red+Green+Blue) = 138+149+219=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A95DB is #756A24. Grayscale: #999999. Windows color (decimal): -7694885 or 14390666. OLE color: 14390666.

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

Color convert

RGB 138 149 219 -
CMYK 0.37 0.32 0 0.14
HSL 231.85º 0.53% 0.7% -
HSV(B) 231.85º 0.37% 0.86% -
XYZ 34.01 32.01 71.4 -
YUV 153.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 138 149 219 0.37 0.32 0 0.14 231.85 0.53 0.7
Hex 8A 95 DB 25 20 0 E E8 35 46
Octal 212 225 333 45 40 0 16 350 65 106
Binary 10001010 10010101 11011011 100101 100000 0 1110 11101000 110101 1000110

Color Harmonies of #8A95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A95DB

Black with #8A95DB

Text Example


Text Example

White with #8A95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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