#95A1DC

Color #95A1DC Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #95A1DC

Tints of Portage #95A1DC

Color information

#95A1DC (or 0x95A1DC) is unknown color: approx Portage. HEX triplet: 95, A1 and DC. RGB value is (149,161,220). Sum of RGB (Red+Green+Blue) = 149+161+220=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #95A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A1DC is #6A5E23. Grayscale: #A3A3A3. Windows color (decimal): -6970916 or 14459285. OLE color: 14459285.

HSL color Cylindrical-coordinate representation of color #95A1DC: hue angle of 229.86º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95A1DC is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149161220-
CMYK0.320.2700.14
HSL229.86º50.35%72.35%-
HSV(B)229.86º32.27%86.27%-
XYZ38.0637.0572.86-
YUV164.14159.52117.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.11%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=28.11%
G=30.38%
B=41.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491612200.320.2700.14229.8650.3572.35
Hex95A1DC201B0Ee63248
Octal225241334403301634662110
Binary1001010110100001110111001000001101101110111001101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95A1DC;
 }
 .AnyTagClassName
 {
   color: #95A1DC;
 }
</style>
background-color css

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

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

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

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

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

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