Html Css Color HEX #935EFA Light Slate Blue

📋 copy color: '#935EFA'

red 147 ◦ green 94 ◦ blue 250

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

Shades of Light Slate Blue #935EFA

Tints of Light Slate Blue #935EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 29.94%
G = 19.14%
B = 50.92%

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

#935EFA (or 0x935EFA) is known color: Light Slate Blue. HEX triplet: 93, 5E and FA. RGB value is (147,94,250). Sum of RGB (Red+Green+Blue) = 147+94+250=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #935EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935EFA is #6CA105. Grayscale: #7F7F7F. Windows color (decimal): -7119110 or 16408211. OLE color: 16408211.

HSL color Cylindrical-coordinate representation of color #935EFA: hue angle of 260.38º degrees, saturation: 0.94, 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 #935EFA is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 94 250 -
CMYK 0.41 0.62 0 0.02
HSL 260.38º 0.94% 0.67% -
HSV(B) 260.38º 0.62% 0.98% -
XYZ 33.29 21.11 92.76 -
YUV 127.63 197.06 141.82 -
System Red Green Blue C M Y K H S L
Decimal 147 94 250 0.41 0.62 0 0.02 260.38 0.94 0.67
Hex 93 5E FA 29 3E 0 2 104 5E 43
Octal 223 136 372 51 76 0 2 404 136 103
Binary 10010011 1011110 11111010 101001 111110 0 10 100000100 1011110 1000011

Color Harmonies of #935EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935EFA

Black with #935EFA

Text Example


Text Example

White with #935EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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