Html Css Color HEX #935EF9 Light Slate Blue

📋 copy color: '#935EF9'

red 147 ◦ green 94 ◦ blue 249

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

Shades of Light Slate Blue #935EF9

Tints of Light Slate Blue #935EF9

RGB

 RED value IS 147 (57.81% from 255) = 30%

 GREEN value IS 94 (37.11% from 255) = 19.18%

 BLUE value IS 249 (97.66% from 255) = 50.82%

R = 30%
G = 19.18%
B = 50.82%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#935EF9 (or 0x935EF9) is known color: Light Slate Blue. HEX triplet: 93, 5E and F9. RGB value is (147,94,249). Sum of RGB (Red+Green+Blue) = 147+94+249=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #935EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935EF9 is #6CA106. Grayscale: #7E7E7E. Windows color (decimal): -7119111 or 16342675. OLE color: 16342675.

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

Color convert

RGB 147 94 249 -
CMYK 0.41 0.62 0 0.02
HSL 260.52º 0.93% 0.67% -
HSV(B) 260.52º 0.62% 0.98% -
XYZ 33.13 21.05 91.94 -
YUV 127.52 196.56 141.9 -
System Red Green Blue C M Y K H S L
Decimal 147 94 249 0.41 0.62 0 0.02 260.52 0.93 0.67
Hex 93 5E F9 29 3E 0 2 105 5D 43
Octal 223 136 371 51 76 0 2 405 135 103
Binary 10010011 1011110 11111001 101001 111110 0 10 100000101 1011101 1000011

Color Harmonies of #935EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935EF9

Black with #935EF9

Text Example


Text Example

White with #935EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935EF9; }

 p { color: rgb(147,94,249); }

 H1.HeaderClassName
 {
   color: #935EF9;
 }
 .AnyTagClassName
 {
   color: #935EF9;
 }
</style>

background-color css

<style>
 a { background-color: #935EF9; }

 a { background-color: rgb(147,94,249); }

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

border-color css

<style>
 span { border-color: #935EF9; }

 span { border-color: rgb(147,94,249); }

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