#95A5F1

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

Shades of Portage #95A5F1

Tints of Portage #95A5F1

Color information

#95A5F1 (or 0x95A5F1) is unknown color: approx Portage. HEX triplet: 95, A5 and F1. RGB value is (149,165,241). Sum of RGB (Red+Green+Blue) = 149+165+241=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #95A5F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A5F1 is #6A5A0E. Grayscale: #A8A8A8. Windows color (decimal): -6969871 or 15836565. OLE color: 15836565.

HSL color Cylindrical-coordinate representation of color #95A5F1: hue angle of 229.57º 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 #95A5F1 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB149165241-
CMYK0.380.3200.05
HSL229.57º76.67%76.47%-
HSV(B)229.57º38.17%94.51%-
XYZ41.7339.6588.67-
YUV168.88168.7113.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.85%
GREEN value IS 165 (64.84% from 255) = 29.73%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=26.85%
G=29.73%
B=43.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1491652410.380.3200.05229.5776.6776.47
Hex95A5F1262005e64d4c
Octal225245361464005346115114
Binary10010101101001011111000110011010000001011110011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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