Html Css Color HEX #95A0CB Portage

📋 copy color: '#95A0CB'

red 149 ◦ green 160 ◦ blue 203

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

Shades of Portage #95A0CB

Tints of Portage #95A0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 29.1%
G = 31.25%
B = 39.65%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#95A0CB (or 0x95A0CB) is known color: Portage. HEX triplet: 95, A0 and CB. RGB value is (149,160,203). Sum of RGB (Red+Green+Blue) = 149+160+203=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #95A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A0CB is #6A5F34. Grayscale: #A1A1A1. Windows color (decimal): -6971189 or 13344917. OLE color: 13344917.

HSL color Cylindrical-coordinate representation of color #95A0CB: hue angle of 227.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95A0CB is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 160 203 -
CMYK 0.27 0.21 0 0.20
HSL 227.78º 0.34% 0.69% -
HSV(B) 227.78º 0.27% 0.8% -
XYZ 35.74 35.84 61.53 -
YUV 161.61 151.36 119 -
System Red Green Blue C M Y K H S L
Decimal 149 160 203 0.27 0.21 0 0.20 227.78 0.34 0.69
Hex 95 A0 CB 1B 15 0 14 E4 22 45
Octal 225 240 313 33 25 0 24 344 42 105
Binary 10010101 10100000 11001011 11011 10101 0 10100 11100100 100010 1000101

Color Harmonies of #95A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A0CB

Black with #95A0CB

Text Example


Text Example

White with #95A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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