#959CF9

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

Shades of Portage #959CF9

Tints of Portage #959CF9

Color information

#959CF9 (or 0x959CF9) is unknown color: approx Portage. HEX triplet: 95, 9C and F9. RGB value is (149,156,249). Sum of RGB (Red+Green+Blue) = 149+156+249=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #959CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CF9 is #6A6306. Grayscale: #A4A4A4. Windows color (decimal): -6972167 or 16358549. OLE color: 16358549.

HSL color Cylindrical-coordinate representation of color #959CF9: hue angle of 235.8º 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 #959CF9 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149156249-
CMYK0.400.3700.02
HSL235.8º89.29%78.04%-
HSV(B)235.8º40.16%97.65%-
XYZ41.3837.0194.58-
YUV164.51175.68116.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.90%
GREEN value IS 156 (61.33% from 255) = 28.16%
BLUE value IS 249 (97.66% from 255) = 44.95%
R=26.90%
G=28.16%
B=44.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491562490.400.3700.02235.889.2978.04
Hex959CF9282502ec594e
Octal225234371504502354131116
Binary1001010110011100111110011010001001010101110110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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