Html Css Color HEX #9683F9 Light Slate Blue

📋 copy color: '#9683F9'

red 150 ◦ green 131 ◦ blue 249

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

Shades of Light Slate Blue #9683F9

Tints of Light Slate Blue #9683F9

RGB

 RED value IS 150 (58.98% from 255) = 28.3%

 GREEN value IS 131 (51.56% from 255) = 24.72%

 BLUE value IS 249 (97.66% from 255) = 46.98%

R = 28.3%
G = 24.72%
B = 46.98%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9683F9 (or 0x9683F9) is known color: Light Slate Blue. HEX triplet: 96, 83 and F9. RGB value is (150,131,249). Sum of RGB (Red+Green+Blue) = 150+131+249=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #9683F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9683F9 is #697C06. Grayscale: #959595. Windows color (decimal): -6913031 or 16352150. OLE color: 16352150.

HSL color Cylindrical-coordinate representation of color #9683F9: hue angle of 249.66º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9683F9 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 131 249 -
CMYK 0.40 0.47 0 0.02
HSL 249.66º 0.91% 0.75% -
HSV(B) 249.66º 0.47% 0.98% -
XYZ 37.79 29.56 93.34 -
YUV 150.13 183.79 127.91 -
System Red Green Blue C M Y K H S L
Decimal 150 131 249 0.40 0.47 0 0.02 249.66 0.91 0.75
Hex 96 83 F9 28 2F 0 2 FA 5B 4B
Octal 226 203 371 50 57 0 2 372 133 113
Binary 10010110 10000011 11111001 101000 101111 0 10 11111010 1011011 1001011

Color Harmonies of #9683F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683F9

Black with #9683F9

Text Example


Text Example

White with #9683F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9683F9; }

 p { color: rgb(150,131,249); }

 H1.HeaderClassName
 {
   color: #9683F9;
 }
 .AnyTagClassName
 {
   color: #9683F9;
 }
</style>

background-color css

<style>
 a { background-color: #9683F9; }

 a { background-color: rgb(150,131,249); }

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

border-color css

<style>
 span { border-color: #9683F9; }

 span { border-color: rgb(150,131,249); }

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