Html Css Color HEX #935AF6 Light Slate Blue

📋 copy color: '#935AF6'

red 147 ◦ green 90 ◦ blue 246

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

Shades of Light Slate Blue #935AF6

Tints of Light Slate Blue #935AF6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.63%

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

R = 30.43%
G = 18.63%
B = 50.93%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#935AF6 (or 0x935AF6) is known color: Light Slate Blue. HEX triplet: 93, 5A and F6. RGB value is (147,90,246). Sum of RGB (Red+Green+Blue) = 147+90+246=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #935AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935AF6 is #6CA509. Grayscale: #7C7C7C. Windows color (decimal): -7120138 or 16145043. OLE color: 16145043.

HSL color Cylindrical-coordinate representation of color #935AF6: hue angle of 261.92º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #935AF6 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 90 246 -
CMYK 0.40 0.63 0 0.04
HSL 261.92º 0.9% 0.66% -
HSV(B) 261.92º 0.63% 0.96% -
XYZ 32.32 20.17 89.38 -
YUV 124.83 196.38 143.82 -
System Red Green Blue C M Y K H S L
Decimal 147 90 246 0.40 0.63 0 0.04 261.92 0.9 0.66
Hex 93 5A F6 28 3F 0 4 106 5A 42
Octal 223 132 366 50 77 0 4 406 132 102
Binary 10010011 1011010 11110110 101000 111111 0 100 100000110 1011010 1000010

Color Harmonies of #935AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935AF6

Black with #935AF6

Text Example


Text Example

White with #935AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,90,246); }

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

background-color css

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

 a { background-color: rgb(147,90,246); }

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

border-color css

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

 span { border-color: rgb(147,90,246); }

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