Html Css Color HEX #95A4DF Portage

📋 copy color: '#95A4DF'

red 149 ◦ green 164 ◦ blue 223

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

Shades of Portage #95A4DF

Tints of Portage #95A4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 27.8%
G = 30.6%
B = 41.6%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95A4DF (or 0x95A4DF) is known color: Portage. HEX triplet: 95, A4 and DF. RGB value is (149,164,223). Sum of RGB (Red+Green+Blue) = 149+164+223=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #95A4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A4DF is #6A5B20. Grayscale: #A5A5A5. Windows color (decimal): -6970145 or 14656661. OLE color: 14656661.

HSL color Cylindrical-coordinate representation of color #95A4DF: hue angle of 227.84º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95A4DF is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 164 223 -
CMYK 0.33 0.26 0 0.13
HSL 227.84º 0.54% 0.73% -
HSV(B) 227.84º 0.33% 0.87% -
XYZ 38.99 38.27 75.14 -
YUV 166.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 149 164 223 0.33 0.26 0 0.13 227.84 0.54 0.73
Hex 95 A4 DF 21 1A 0 D E4 36 49
Octal 225 244 337 41 32 0 15 344 66 111
Binary 10010101 10100100 11011111 100001 11010 0 1101 11100100 110110 1001001

Color Harmonies of #95A4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A4DF

Black with #95A4DF

Text Example


Text Example

White with #95A4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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