#958BF1

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

Shades of Light Slate Blue #958BF1

Tints of Light Slate Blue #958BF1

Color information

#958BF1 (or 0x958BF1) is unknown color: approx Light Slate Blue. HEX triplet: 95, 8B and F1. RGB value is (149,139,241). Sum of RGB (Red+Green+Blue) = 149+139+241=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #958BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958BF1 is #6A740E. Grayscale: #999999. Windows color (decimal): -6976527 or 15829909. OLE color: 15829909.

HSL color Cylindrical-coordinate representation of color #958BF1: hue angle of 245.88º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #958BF1 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB149139241-
CMYK0.380.4200.05
HSL245.88º78.46%74.51%-
HSV(B)245.88º42.32%94.51%-
XYZ37.531.2187.27-
YUV153.62177.31124.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.17%
GREEN value IS 139 (54.69% from 255) = 26.28%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=28.17%
G=26.28%
B=45.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1491392410.380.4200.05245.8878.4674.51
Hex958BF1262A05f64e4b
Octal225213361465205366116113
Binary10010101100010111111000110011010101001011111011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,139,241); }

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

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

 a { background-color: rgb(149,139,241); }

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

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

 span { border-color: rgb(149,139,241); }

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