Html Css Color HEX #95A1CA Portage

📋 copy color: '#95A1CA'

red 149 ◦ green 161 ◦ blue 202

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

Shades of Portage #95A1CA

Tints of Portage #95A1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 29.1%
G = 31.45%
B = 39.45%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#95A1CA (or 0x95A1CA) is known color: Portage. HEX triplet: 95, A1 and CA. RGB value is (149,161,202). Sum of RGB (Red+Green+Blue) = 149+161+202=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #95A1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A1CA is #6A5E35. Grayscale: #A1A1A1. Windows color (decimal): -6970934 or 13279637. OLE color: 13279637.

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

Color convert

RGB 149 161 202 -
CMYK 0.26 0.20 0 0.21
HSL 226.42º 0.33% 0.69% -
HSV(B) 226.42º 0.26% 0.79% -
XYZ 35.8 36.14 60.97 -
YUV 162.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 149 161 202 0.26 0.20 0 0.21 226.42 0.33 0.69
Hex 95 A1 CA 1A 14 0 15 E2 21 45
Octal 225 241 312 32 24 0 25 342 41 105
Binary 10010101 10100001 11001010 11010 10100 0 10101 11100010 100001 1000101

Color Harmonies of #95A1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A1CA

Black with #95A1CA

Text Example


Text Example

White with #95A1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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