#949EFD

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

Shades of Portage #949EFD

Tints of Portage #949EFD

Color information

#949EFD (or 0x949EFD) is unknown color: approx Portage. HEX triplet: 94, 9E and FD. RGB value is (148,158,253). Sum of RGB (Red+Green+Blue) = 148+158+253=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #949EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EFD is #6B6102. Grayscale: #A5A5A5. Windows color (decimal): -7037187 or 16621204. OLE color: 16621204.

HSL color Cylindrical-coordinate representation of color #949EFD: hue angle of 234.29º 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 #949EFD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148158253-
CMYK0.420.3800.01
HSL234.29º96.33%78.63%-
HSV(B)234.29º41.5%99.22%-
XYZ42.1737.8498.01-
YUV165.84177.19115.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.48%
GREEN value IS 158 (62.11% from 255) = 28.26%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=26.48%
G=28.26%
B=45.26%

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
Decimal1481582530.420.3800.01234.2996.3378.63
Hex949EFD2A2601ea604f
Octal224236375524601352140117
Binary100101001001111011111101101010100110011110101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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