Html Css Color HEX #936EF2 Light Slate Blue

📋 copy color: '#936EF2'

red 147 ◦ green 110 ◦ blue 242

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

Shades of Light Slate Blue #936EF2

Tints of Light Slate Blue #936EF2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.04%

 BLUE value IS 242 (94.92% from 255) = 48.5%

R = 29.46%
G = 22.04%
B = 48.5%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#936EF2 (or 0x936EF2) is known color: Light Slate Blue. HEX triplet: 93, 6E and F2. RGB value is (147,110,242). Sum of RGB (Red+Green+Blue) = 147+110+242=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #936EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936EF2 is #6C910D. Grayscale: #878787. Windows color (decimal): -7115022 or 15888019. OLE color: 15888019.

HSL color Cylindrical-coordinate representation of color #936EF2: hue angle of 256.82º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #936EF2 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 110 242 -
CMYK 0.39 0.55 0 0.05
HSL 256.82º 0.84% 0.69% -
HSV(B) 256.82º 0.55% 0.95% -
XYZ 33.64 23.77 86.82 -
YUV 136.11 187.76 135.77 -
System Red Green Blue C M Y K H S L
Decimal 147 110 242 0.39 0.55 0 0.05 256.82 0.84 0.69
Hex 93 6E F2 27 37 0 5 101 54 45
Octal 223 156 362 47 67 0 5 401 124 105
Binary 10010011 1101110 11110010 100111 110111 0 101 100000001 1010100 1000101

Color Harmonies of #936EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936EF2

Black with #936EF2

Text Example


Text Example

White with #936EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936EF2; }

 p { color: rgb(147,110,242); }

 H1.HeaderClassName
 {
   color: #936EF2;
 }
 .AnyTagClassName
 {
   color: #936EF2;
 }
</style>

background-color css

<style>
 a { background-color: #936EF2; }

 a { background-color: rgb(147,110,242); }

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

border-color css

<style>
 span { border-color: #936EF2; }

 span { border-color: rgb(147,110,242); }

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