#949FF8

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

Shades of Portage #949FF8

Tints of Portage #949FF8

Color information

#949FF8 (or 0x949FF8) is unknown color: approx Portage. HEX triplet: 94, 9F and F8. RGB value is (148,159,248). Sum of RGB (Red+Green+Blue) = 148+159+248=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #949FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FF8 is #6B6007. Grayscale: #A5A5A5. Windows color (decimal): -7036936 or 16293780. OLE color: 16293780.

HSL color Cylindrical-coordinate representation of color #949FF8: hue angle of 233.4º 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 #949FF8 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB148159248-
CMYK0.400.3600.03
HSL233.4º87.72%77.65%-
HSV(B)233.4º40.32%97.25%-
XYZ41.5537.8793.93-
YUV165.86174.36115.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.67%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 248 (97.27% from 255) = 44.68%
R=26.67%
G=28.65%
B=44.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1481592480.400.3600.03233.487.7277.65
Hex949FF8282403e9584e
Octal224237370504403351130116
Binary1001010010011111111110001010001001000111110100110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949FF8; }

 p { color: rgb(148,159,248); }

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

<style>
 a { background-color: #949FF8; }

 a { background-color: rgb(148,159,248); }

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

<style>
 span { border-color: #949FF8; }

 span { border-color: rgb(148,159,248); }

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