Html Css Color HEX #9E68FB Light Slate Blue

📋 copy color: '#9E68FB'

red 158 ◦ green 104 ◦ blue 251

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

Shades of Light Slate Blue #9E68FB

Tints of Light Slate Blue #9E68FB

RGB

 RED value IS 158 (62.11% from 255) = 30.8%

 GREEN value IS 104 (41.02% from 255) = 20.27%

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 30.8%
G = 20.27%
B = 48.93%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E68FB (or 0x9E68FB) is known color: Light Slate Blue. HEX triplet: 9E, 68 and FB. RGB value is (158,104,251). Sum of RGB (Red+Green+Blue) = 158+104+251=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E68FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E68FB is #619704. Grayscale: #888888. Windows color (decimal): -6395653 or 16476318. OLE color: 16476318.

HSL color Cylindrical-coordinate representation of color #9E68FB: hue angle of 262.04º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E68FB is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 104 251 -
CMYK 0.37 0.59 0 0.02
HSL 262.04º 0.95% 0.7% -
HSV(B) 262.04º 0.59% 0.98% -
XYZ 36.46 24.13 94 -
YUV 136.9 192.39 143.05 -
System Red Green Blue C M Y K H S L
Decimal 158 104 251 0.37 0.59 0 0.02 262.04 0.95 0.7
Hex 9E 68 FB 25 3B 0 2 106 5F 46
Octal 236 150 373 45 73 0 2 406 137 106
Binary 10011110 1101000 11111011 100101 111011 0 10 100000110 1011111 1000110

Color Harmonies of #9E68FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E68FB

Black with #9E68FB

Text Example


Text Example

White with #9E68FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E68FB; }

 p { color: rgb(158,104,251); }

 H1.HeaderClassName
 {
   color: #9E68FB;
 }
 .AnyTagClassName
 {
   color: #9E68FB;
 }
</style>

background-color css

<style>
 a { background-color: #9E68FB; }

 a { background-color: rgb(158,104,251); }

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

border-color css

<style>
 span { border-color: #9E68FB; }

 span { border-color: rgb(158,104,251); }

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