#95A1F1

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

Shades of Portage #95A1F1

Tints of Portage #95A1F1

Color information

#95A1F1 (or 0x95A1F1) is unknown color: approx Portage. HEX triplet: 95, A1 and F1. RGB value is (149,161,241). Sum of RGB (Red+Green+Blue) = 149+161+241=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #95A1F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A1F1 is #6A5E0E. Grayscale: #A6A6A6. Windows color (decimal): -6970895 or 15835541. OLE color: 15835541.

HSL color Cylindrical-coordinate representation of color #95A1F1: hue angle of 232.17º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95A1F1 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB149161241-
CMYK0.380.3300.05
HSL232.17º76.67%76.47%-
HSV(B)232.17º38.17%94.51%-
XYZ41.0238.2388.44-
YUV166.53170.02115.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.04%
GREEN value IS 161 (63.28% from 255) = 29.22%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=27.04%
G=29.22%
B=43.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1491612410.380.3300.05232.1776.6776.47
Hex95A1F1262105e84d4c
Octal225241361464105350115114
Binary10010101101000011111000110011010000101011110100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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