Html Css Color HEX #958DFB Light Slate Blue

📋 copy color: '#958DFB'

red 149 ◦ green 141 ◦ blue 251

#958DFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #958DFB

Tints of Light Slate Blue #958DFB

RGB

 RED value IS 149 (58.59% from 255) = 27.54%

 GREEN value IS 141 (55.47% from 255) = 26.06%

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 27.54%
G = 26.06%
B = 46.4%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#958DFB (or 0x958DFB) is known color: Light Slate Blue. HEX triplet: 95, 8D and FB. RGB value is (149,141,251). Sum of RGB (Red+Green+Blue) = 149+141+251=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #958DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958DFB is #6A7204. Grayscale: #9B9B9B. Windows color (decimal): -6976005 or 16485781. OLE color: 16485781.

HSL color Cylindrical-coordinate representation of color #958DFB: hue angle of 244.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #958DFB is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 141 251 -
CMYK 0.41 0.44 0 0.02
HSL 244.36º 0.93% 0.77% -
HSV(B) 244.36º 0.44% 0.98% -
XYZ 39.33 32.4 95.45 -
YUV 155.93 181.65 123.06 -
System Red Green Blue C M Y K H S L
Decimal 149 141 251 0.41 0.44 0 0.02 244.36 0.93 0.77
Hex 95 8D FB 29 2C 0 2 F4 5D 4D
Octal 225 215 373 51 54 0 2 364 135 115
Binary 10010101 10001101 11111011 101001 101100 0 10 11110100 1011101 1001101

Color Harmonies of #958DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DFB

Black with #958DFB

Text Example


Text Example

White with #958DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,141,251); }

 H1.HeaderClassName
 {
   color: #958DFB;
 }
 .AnyTagClassName
 {
   color: #958DFB;
 }
</style>

background-color css

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

 a { background-color: rgb(149,141,251); }

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

border-color css

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

 span { border-color: rgb(149,141,251); }

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