#95A3F9

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

Shades of Portage #95A3F9

Tints of Portage #95A3F9

Color information

#95A3F9 (or 0x95A3F9) is unknown color: approx Portage. HEX triplet: 95, A3 and F9. RGB value is (149,163,249). Sum of RGB (Red+Green+Blue) = 149+163+249=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #95A3F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A3F9 is #6A5C06. Grayscale: #A8A8A8. Windows color (decimal): -6970375 or 16360341. OLE color: 16360341.

HSL color Cylindrical-coordinate representation of color #95A3F9: hue angle of 231.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95A3F9 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149163249-
CMYK0.400.3500.02
HSL231.6º89.29%78.04%-
HSV(B)231.6º40.16%97.65%-
XYZ42.5939.4294.99-
YUV168.62173.36114.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.56%
GREEN value IS 163 (64.06% from 255) = 29.06%
BLUE value IS 249 (97.66% from 255) = 44.39%
R=26.56%
G=29.06%
B=44.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491632490.400.3500.02231.689.2978.04
Hex95A3F9282302e8594e
Octal225243371504302350131116
Binary1001010110100011111110011010001000110101110100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,163,249); }

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

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

 a { background-color: rgb(149,163,249); }

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

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

 span { border-color: rgb(149,163,249); }

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