Html Css Color HEX #95A2D7 Portage

📋 copy color: '#95A2D7'

red 149 ◦ green 162 ◦ blue 215

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

Shades of Portage #95A2D7

Tints of Portage #95A2D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 28.33%
G = 30.8%
B = 40.87%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#95A2D7 (or 0x95A2D7) is known color: Portage. HEX triplet: 95, A2 and D7. RGB value is (149,162,215). Sum of RGB (Red+Green+Blue) = 149+162+215=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #95A2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A2D7 is #6A5D28. Grayscale: #A3A3A3. Windows color (decimal): -6970665 or 14131861. OLE color: 14131861.

HSL color Cylindrical-coordinate representation of color #95A2D7: hue angle of 228.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95A2D7 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 162 215 -
CMYK 0.31 0.25 0 0.16
HSL 228.18º 0.45% 0.71% -
HSV(B) 228.18º 0.31% 0.84% -
XYZ 37.58 37.14 69.48 -
YUV 164.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 149 162 215 0.31 0.25 0 0.16 228.18 0.45 0.71
Hex 95 A2 D7 1F 19 0 10 E4 2D 47
Octal 225 242 327 37 31 0 20 344 55 107
Binary 10010101 10100010 11010111 11111 11001 0 10000 11100100 101101 1000111

Color Harmonies of #95A2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A2D7

Black with #95A2D7

Text Example


Text Example

White with #95A2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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