Html Css Color HEX #95A1D7 Portage

📋 copy color: '#95A1D7'

red 149 ◦ green 161 ◦ blue 215

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

Shades of Portage #95A1D7

Tints of Portage #95A1D7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.67%

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

R = 28.38%
G = 30.67%
B = 40.95%

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

#95A1D7 (or 0x95A1D7) is known color: Portage. HEX triplet: 95, A1 and D7. RGB value is (149,161,215). Sum of RGB (Red+Green+Blue) = 149+161+215=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #95A1D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A1D7 is #6A5E28. Grayscale: #A3A3A3. Windows color (decimal): -6970921 or 14131605. OLE color: 14131605.

HSL color Cylindrical-coordinate representation of color #95A1D7: hue angle of 229.09º 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 #95A1D7 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 161 215 -
CMYK 0.31 0.25 0 0.16
HSL 229.09º 0.45% 0.71% -
HSV(B) 229.09º 0.31% 0.84% -
XYZ 37.41 36.79 69.42 -
YUV 163.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 149 161 215 0.31 0.25 0 0.16 229.09 0.45 0.71
Hex 95 A1 D7 1F 19 0 10 E5 2D 47
Octal 225 241 327 37 31 0 20 345 55 107
Binary 10010101 10100001 11010111 11111 11001 0 10000 11100101 101101 1000111

Color Harmonies of #95A1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A1D7

Black with #95A1D7

Text Example


Text Example

White with #95A1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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