Html Css Color HEX #95A2D1 Portage

📋 copy color: '#95A2D1'

red 149 ◦ green 162 ◦ blue 209

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

Shades of Portage #95A2D1

Tints of Portage #95A2D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.19%

R = 28.65%
G = 31.15%
B = 40.19%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#95A2D1 (or 0x95A2D1) is known color: Portage. HEX triplet: 95, A2 and D1. RGB value is (149,162,209). Sum of RGB (Red+Green+Blue) = 149+162+209=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #95A2D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A2D1 is #6A5D2E. Grayscale: #A3A3A3. Windows color (decimal): -6970671 or 13738645. OLE color: 13738645.

HSL color Cylindrical-coordinate representation of color #95A2D1: hue angle of 227º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95A2D1 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 162 209 -
CMYK 0.29 0.22 0 0.18
HSL 227º 0.39% 0.7% -
HSV(B) 227º 0.29% 0.82% -
XYZ 36.82 36.83 65.49 -
YUV 163.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 149 162 209 0.29 0.22 0 0.18 227 0.39 0.7
Hex 95 A2 D1 1D 16 0 12 E3 27 46
Octal 225 242 321 35 26 0 22 343 47 106
Binary 10010101 10100010 11010001 11101 10110 0 10010 11100011 100111 1000110

Color Harmonies of #95A2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A2D1

Black with #95A2D1

Text Example


Text Example

White with #95A2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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