#959CFA

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

Shades of Portage #959CFA

Tints of Portage #959CFA

Color information

#959CFA (or 0x959CFA) is unknown color: approx Portage. HEX triplet: 95, 9C and FA. RGB value is (149,156,250). Sum of RGB (Red+Green+Blue) = 149+156+250=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #959CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CFA is #6A6305. Grayscale: #A4A4A4. Windows color (decimal): -6972166 or 16424085. OLE color: 16424085.

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

Color convert

RGB149156250-
CMYK0.400.3800.02
HSL235.84º90.99%78.24%-
HSV(B)235.84º40.4%98.04%-
XYZ41.5437.0795.41-
YUV164.62176.18116.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.85%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=26.85%
G=28.11%
B=45.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491562500.400.3800.02235.8490.9978.24
Hex959CFA282602ec5b4e
Octal225234372504602354133116
Binary1001010110011100111110101010001001100101110110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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