#959BF1

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

Shades of Portage #959BF1

Tints of Portage #959BF1

Color information

#959BF1 (or 0x959BF1) is unknown color: approx Portage. HEX triplet: 95, 9B and F1. RGB value is (149,155,241). Sum of RGB (Red+Green+Blue) = 149+155+241=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #959BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959BF1 is #6A640E. Grayscale: #A2A2A2. Windows color (decimal): -6972431 or 15834005. OLE color: 15834005.

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

Color convert

RGB149155241-
CMYK0.380.3600.05
HSL236.09º76.67%76.47%-
HSV(B)236.09º38.17%94.51%-
XYZ39.9936.1888.1-
YUV163.01172.01118.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.34%
GREEN value IS 155 (60.94% from 255) = 28.44%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=27.34%
G=28.44%
B=44.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1491552410.380.3600.05236.0976.6776.47
Hex959BF1262405ec4d4c
Octal225233361464405354115114
Binary10010101100110111111000110011010010001011110110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959BF1; }

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

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

<style>
 a { background-color: #959BF1; }

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

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

<style>
 span { border-color: #959BF1; }

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

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