#958AED

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

Shades of Light Slate Blue #958AED

Tints of Light Slate Blue #958AED

Color information

#958AED (or 0x958AED) is unknown color: approx Light Slate Blue. HEX triplet: 95, 8A and ED. RGB value is (149,138,237). Sum of RGB (Red+Green+Blue) = 149+138+237=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #958AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958AED is #6A7512. Grayscale: #989898. Windows color (decimal): -6976787 or 15567509. OLE color: 15567509.

HSL color Cylindrical-coordinate representation of color #958AED: hue angle of 246.67º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #958AED is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149138237-
CMYK0.370.4200.07
HSL246.67º73.33%73.53%-
HSV(B)246.67º41.77%92.94%-
XYZ36.7730.6884.1-
YUV152.57175.64125.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=28.44%
G=26.34%
B=45.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491382370.370.4200.07246.6773.3373.53
Hex958AED252A07f7494a
Octal225212355455207367111112
Binary10010101100010101110110110010110101001111111011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958AED; }

 p { color: rgb(149,138,237); }

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

<style>
 a { background-color: #958AED; }

 a { background-color: rgb(149,138,237); }

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

<style>
 span { border-color: #958AED; }

 span { border-color: rgb(149,138,237); }

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