#914CFF

Color #914CFF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #914CFF

Tints of Light Slate Blue #914CFF

Color information

#914CFF (or 0x914CFF) is unknown color: approx Light Slate Blue. HEX triplet: 91, 4C and FF. RGB value is (145,76,255). Sum of RGB (Red+Green+Blue) = 145+76+255=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #914CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914CFF is #6EB300. Grayscale: #747474. Windows color (decimal): -7254785 or 16731281. OLE color: 16731281.

HSL color Cylindrical-coordinate representation of color #914CFF: hue angle of 263.13º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #914CFF is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14576255-
CMYK0.430.7000
HSL263.13º100%64.9%-
HSV(B)263.13º70.2%100%-
XYZ32.3118.4196.46-
YUV117.04205.86147.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.46%
GREEN value IS 76 (30.08% from 255) = 15.97%
BLUE value IS 255 (100% from 255) = 53.57%
R=30.46%
G=15.97%
B=53.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal145762550.430.7000263.1310064.9
Hex914CFF2B46001076441
Octal2211143775310600407144101
Binary1001000110011001111111110101110001100010000011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914CFF; }

 p { color: rgb(145,76,255); }

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

<style>
 a { background-color: #914CFF; }

 a { background-color: rgb(145,76,255); }

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

<style>
 span { border-color: #914CFF; }

 span { border-color: rgb(145,76,255); }

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