#959CFE

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

Shades of Portage #959CFE

Tints of Portage #959CFE

Color information

#959CFE (or 0x959CFE) is unknown color: approx Portage. HEX triplet: 95, 9C and FE. RGB value is (149,156,254). Sum of RGB (Red+Green+Blue) = 149+156+254=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #959CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CFE is #6A6301. Grayscale: #A4A4A4. Windows color (decimal): -6972162 or 16686229. OLE color: 16686229.

HSL color Cylindrical-coordinate representation of color #959CFE: hue angle of 236º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #959CFE is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149156254-
CMYK0.410.3900.00
HSL236º98.13%79.02%-
HSV(B)236º41.34%99.61%-
XYZ42.1737.3298.75-
YUV165.08178.18116.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.65%
GREEN value IS 156 (61.33% from 255) = 27.91%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=26.65%
G=27.91%
B=45.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491562540.410.3900.0023698.1379.02
Hex959CFE292700ec624f
Octal225234376514700354142117
Binary100101011001110011111110101001100111001110110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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