Html Css Color HEX #95A2DB Portage

📋 copy color: '#95A2DB'

red 149 ◦ green 162 ◦ blue 219

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

Shades of Portage #95A2DB

Tints of Portage #95A2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.57%

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

R = 28.11%
G = 30.57%
B = 41.32%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#95A2DB (or 0x95A2DB) is known color: Portage. HEX triplet: 95, A2 and DB. RGB value is (149,162,219). Sum of RGB (Red+Green+Blue) = 149+162+219=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #95A2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A2DB is #6A5D24. Grayscale: #A4A4A4. Windows color (decimal): -6970661 or 14394005. OLE color: 14394005.

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

Color convert

RGB 149 162 219 -
CMYK 0.32 0.26 0 0.14
HSL 228.86º 0.49% 0.72% -
HSV(B) 228.86º 0.32% 0.86% -
XYZ 38.1 37.34 72.22 -
YUV 164.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 149 162 219 0.32 0.26 0 0.14 228.86 0.49 0.72
Hex 95 A2 DB 20 1A 0 E E5 31 48
Octal 225 242 333 40 32 0 16 345 61 110
Binary 10010101 10100010 11011011 100000 11010 0 1110 11100101 110001 1001000

Color Harmonies of #95A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A2DB

Black with #95A2DB

Text Example


Text Example

White with #95A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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