Html Css Color HEX #9683FB Light Slate Blue

📋 copy color: '#9683FB'

red 150 ◦ green 131 ◦ blue 251

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

Shades of Light Slate Blue #9683FB

Tints of Light Slate Blue #9683FB

RGB

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

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

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

R = 28.2%
G = 24.62%
B = 47.18%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9683FB (or 0x9683FB) is known color: Light Slate Blue. HEX triplet: 96, 83 and FB. RGB value is (150,131,251). Sum of RGB (Red+Green+Blue) = 150+131+251=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #9683FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9683FB is #697C04. Grayscale: #959595. Windows color (decimal): -6913029 or 16483222. OLE color: 16483222.

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

Color convert

RGB 150 131 251 -
CMYK 0.40 0.48 0 0.02
HSL 249.5º 0.94% 0.75% -
HSV(B) 249.5º 0.48% 0.98% -
XYZ 38.11 29.68 94.99 -
YUV 150.36 184.79 127.74 -
System Red Green Blue C M Y K H S L
Decimal 150 131 251 0.40 0.48 0 0.02 249.5 0.94 0.75
Hex 96 83 FB 28 30 0 2 FA 5E 4B
Octal 226 203 373 50 60 0 2 372 136 113
Binary 10010110 10000011 11111011 101000 110000 0 10 11111010 1011110 1001011

Color Harmonies of #9683FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683FB

Black with #9683FB

Text Example


Text Example

White with #9683FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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