#918af1

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

Shades of Light Slate Blue #918AF1

Tints of Light Slate Blue #918AF1

Color information

#918AF1 (or 0x918AF1) is unknown color: approx Light Slate Blue. HEX triplet: 91, 8A and F1. RGB value is (145,138,241). Sum of RGB (Red+Green+Blue) = 145+138+241=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #918AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AF1 is #6E750E. Grayscale: #979797. Windows color (decimal): -7238927 or 15829649. OLE color: 15829649.

HSL color Cylindrical-coordinate representation of color #918AF1: hue angle of 244.08º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #918AF1 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145138241-
CMYK0.400.4300.05
HSL244.08º78.63%74.31%-
HSV(B)244.08º42.74%94.51%-
XYZ36.6430.5587.18-
YUV151.83178.32123.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.67%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 241 (94.53% from 255) = 45.99%
R=27.67%
G=26.34%
B=45.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451382410.400.4300.05244.0878.6374.31
Hex918AF1282B05f44f4a
Octal221212361505305364117112
Binary10010001100010101111000110100010101101011111010010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918af1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918af1; }

 p { color: rgb(145,138,241); }

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

<style>
 a { background-color: #918af1; }

 a { background-color: rgb(145,138,241); }

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

<style>
 span { border-color: #918af1; }

 span { border-color: rgb(145,138,241); }

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