#919DFD

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

Shades of Portage #919DFD

Tints of Portage #919DFD

Color information

#919DFD (or 0x919DFD) is unknown color: approx Portage. HEX triplet: 91, 9D and FD. RGB value is (145,157,253). Sum of RGB (Red+Green+Blue) = 145+157+253=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #919DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DFD is #6E6202. Grayscale: #A3A3A3. Windows color (decimal): -7234051 or 16620945. OLE color: 16620945.

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

Color convert

RGB145157253-
CMYK0.430.3800.01
HSL233.33º96.43%78.04%-
HSV(B)233.33º42.69%99.22%-
XYZ41.4637.2397.93-
YUV164.36178.02114.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.13%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=26.13%
G=28.29%
B=45.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451572530.430.3800.01233.3396.4378.04
Hex919DFD2B2601e9604e
Octal221235375534601351140116
Binary100100011001110111111101101011100110011110100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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