Html Css Color HEX #935AFD Light Slate Blue

📋 copy color: '#935AFD'

red 147 ◦ green 90 ◦ blue 253

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

Shades of Light Slate Blue #935AFD

Tints of Light Slate Blue #935AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 30%
G = 18.37%
B = 51.63%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#935AFD (or 0x935AFD) is known color: Light Slate Blue. HEX triplet: 93, 5A and FD. RGB value is (147,90,253). Sum of RGB (Red+Green+Blue) = 147+90+253=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #935AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935AFD is #6CA502. Grayscale: #7D7D7D. Windows color (decimal): -7120131 or 16603795. OLE color: 16603795.

HSL color Cylindrical-coordinate representation of color #935AFD: hue angle of 260.98º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #935AFD is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 90 253 -
CMYK 0.42 0.64 0 0.01
HSL 260.98º 0.98% 0.67% -
HSV(B) 260.98º 0.64% 0.99% -
XYZ 33.42 20.61 95.14 -
YUV 125.63 199.88 143.25 -
System Red Green Blue C M Y K H S L
Decimal 147 90 253 0.42 0.64 0 0.01 260.98 0.98 0.67
Hex 93 5A FD 2A 40 0 1 105 62 43
Octal 223 132 375 52 100 0 1 405 142 103
Binary 10010011 1011010 11111101 101010 1000000 0 1 100000101 1100010 1000011

Color Harmonies of #935AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935AFD

Black with #935AFD

Text Example


Text Example

White with #935AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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