Html Css Color HEX #95A0DB Portage

📋 copy color: '#95A0DB'

red 149 ◦ green 160 ◦ blue 219

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

Shades of Portage #95A0DB

Tints of Portage #95A0DB

RGB

 RED value IS 149 (58.59% from 255) = 28.22%

 GREEN value IS 160 (62.89% from 255) = 30.3%

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

R = 28.22%
G = 30.3%
B = 41.48%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#95A0DB (or 0x95A0DB) is known color: Portage. HEX triplet: 95, A0 and DB. RGB value is (149,160,219). Sum of RGB (Red+Green+Blue) = 149+160+219=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #95A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A0DB is #6A5F24. Grayscale: #A3A3A3. Windows color (decimal): -6971173 or 14393493. OLE color: 14393493.

HSL color Cylindrical-coordinate representation of color #95A0DB: hue angle of 230.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95A0DB is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 160 219 -
CMYK 0.32 0.27 0 0.14
HSL 230.57º 0.49% 0.72% -
HSV(B) 230.57º 0.32% 0.86% -
XYZ 37.75 36.65 72.1 -
YUV 163.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 149 160 219 0.32 0.27 0 0.14 230.57 0.49 0.72
Hex 95 A0 DB 20 1B 0 E E7 31 48
Octal 225 240 333 40 33 0 16 347 61 110
Binary 10010101 10100000 11011011 100000 11011 0 1110 11100111 110001 1001000

Color Harmonies of #95A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A0DB

Black with #95A0DB

Text Example


Text Example

White with #95A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A0DB; }

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

 H1.HeaderClassName
 {
   color: #95A0DB;
 }
 .AnyTagClassName
 {
   color: #95A0DB;
 }
</style>

background-color css

<style>
 a { background-color: #95A0DB; }

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

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

border-color css

<style>
 span { border-color: #95A0DB; }

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

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