Html Css Color HEX #958DF6 Light Slate Blue

📋 copy color: '#958DF6'

red 149 ◦ green 141 ◦ blue 246

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

Shades of Light Slate Blue #958DF6

Tints of Light Slate Blue #958DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.9%

R = 27.8%
G = 26.31%
B = 45.9%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#958DF6 (or 0x958DF6) is known color: Light Slate Blue. HEX triplet: 95, 8D and F6. RGB value is (149,141,246). Sum of RGB (Red+Green+Blue) = 149+141+246=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #958DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958DF6 is #6A7209. Grayscale: #9A9A9A. Windows color (decimal): -6976010 or 16158101. OLE color: 16158101.

HSL color Cylindrical-coordinate representation of color #958DF6: hue angle of 244.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #958DF6 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 141 246 -
CMYK 0.39 0.43 0 0.04
HSL 244.57º 0.85% 0.76% -
HSV(B) 244.57º 0.43% 0.96% -
XYZ 38.55 32.09 91.35 -
YUV 155.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 149 141 246 0.39 0.43 0 0.04 244.57 0.85 0.76
Hex 95 8D F6 27 2B 0 4 F5 55 4C
Octal 225 215 366 47 53 0 4 365 125 114
Binary 10010101 10001101 11110110 100111 101011 0 100 11110101 1010101 1001100

Color Harmonies of #958DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DF6

Black with #958DF6

Text Example


Text Example

White with #958DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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