#959AF8

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

Shades of Portage #959AF8

Tints of Portage #959AF8

Color information

#959AF8 (or 0x959AF8) is unknown color: approx Portage. HEX triplet: 95, 9A and F8. RGB value is (149,154,248). Sum of RGB (Red+Green+Blue) = 149+154+248=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #959AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959AF8 is #6A6507. Grayscale: #A2A2A2. Windows color (decimal): -6972680 or 16292501. OLE color: 16292501.

HSL color Cylindrical-coordinate representation of color #959AF8: hue angle of 236.97º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959AF8 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB149154248-
CMYK0.400.3800.03
HSL236.97º87.61%77.84%-
HSV(B)236.97º39.92%97.25%-
XYZ40.8936.2893.65-
YUV163.22175.84117.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.04%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 248 (97.27% from 255) = 45.01%
R=27.04%
G=27.95%
B=45.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1491542480.400.3800.03236.9787.6177.84
Hex959AF8282603ed584e
Octal225232370504603355130116
Binary1001010110011010111110001010001001100111110110110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,154,248); }

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

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

 a { background-color: rgb(149,154,248); }

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

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

 span { border-color: rgb(149,154,248); }

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