Html Css Color HEX #95A4D7 Portage

📋 copy color: '#95A4D7'

red 149 ◦ green 164 ◦ blue 215

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

Shades of Portage #95A4D7

Tints of Portage #95A4D7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.06%

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

R = 28.22%
G = 31.06%
B = 40.72%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#95A4D7 (or 0x95A4D7) is known color: Portage. HEX triplet: 95, A4 and D7. RGB value is (149,164,215). Sum of RGB (Red+Green+Blue) = 149+164+215=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #95A4D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A4D7 is #6A5B28. Grayscale: #A5A5A5. Windows color (decimal): -6970153 or 14132373. OLE color: 14132373.

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

Color convert

RGB 149 164 215 -
CMYK 0.31 0.24 0 0.16
HSL 226.36º 0.45% 0.71% -
HSV(B) 226.36º 0.31% 0.84% -
XYZ 37.94 37.85 69.6 -
YUV 165.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 149 164 215 0.31 0.24 0 0.16 226.36 0.45 0.71
Hex 95 A4 D7 1F 18 0 10 E2 2D 47
Octal 225 244 327 37 30 0 20 342 55 107
Binary 10010101 10100100 11010111 11111 11000 0 10000 11100010 101101 1000111

Color Harmonies of #95A4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A4D7

Black with #95A4D7

Text Example


Text Example

White with #95A4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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