Html Css Color HEX #95A0DF Portage

📋 copy color: '#95A0DF'

red 149 ◦ green 160 ◦ blue 223

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

Shades of Portage #95A0DF

Tints of Portage #95A0DF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.08%

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

R = 28.01%
G = 30.08%
B = 41.92%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95A0DF (or 0x95A0DF) is known color: Portage. HEX triplet: 95, A0 and DF. RGB value is (149,160,223). Sum of RGB (Red+Green+Blue) = 149+160+223=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #95A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A0DF is #6A5F20. Grayscale: #A3A3A3. Windows color (decimal): -6971169 or 14655637. OLE color: 14655637.

HSL color Cylindrical-coordinate representation of color #95A0DF: hue angle of 231.08º 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 #95A0DF is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 160 223 -
CMYK 0.33 0.28 0 0.13
HSL 231.08º 0.54% 0.73% -
HSV(B) 231.08º 0.33% 0.87% -
XYZ 38.28 36.86 74.91 -
YUV 163.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 149 160 223 0.33 0.28 0 0.13 231.08 0.54 0.73
Hex 95 A0 DF 21 1C 0 D E7 36 49
Octal 225 240 337 41 34 0 15 347 66 111
Binary 10010101 10100000 11011111 100001 11100 0 1101 11100111 110110 1001001

Color Harmonies of #95A0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A0DF

Black with #95A0DF

Text Example


Text Example

White with #95A0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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