#949DFD

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

Shades of Portage #949DFD

Tints of Portage #949DFD

Color information

#949DFD (or 0x949DFD) is unknown color: approx Portage. HEX triplet: 94, 9D and FD. RGB value is (148,157,253). Sum of RGB (Red+Green+Blue) = 148+157+253=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #949DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949DFD is #6B6202. Grayscale: #A4A4A4. Windows color (decimal): -7037443 or 16620948. OLE color: 16620948.

HSL color Cylindrical-coordinate representation of color #949DFD: hue angle of 234.86º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #949DFD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148157253-
CMYK0.420.3800.01
HSL234.86º96.33%78.63%-
HSV(B)234.86º41.5%99.22%-
XYZ4237.597.95-
YUV165.25177.52115.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.52%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=26.52%
G=28.14%
B=45.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481572530.420.3800.01234.8696.3378.63
Hex949DFD2A2601eb604f
Octal224235375524601353140117
Binary100101001001110111111101101010100110011110101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,157,253); }

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

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

 a { background-color: rgb(148,157,253); }

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

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

 span { border-color: rgb(148,157,253); }

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