Html Css Color HEX #9683FA Light Slate Blue

📋 copy color: '#9683FA'

red 150 ◦ green 131 ◦ blue 250

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

Shades of Light Slate Blue #9683FA

Tints of Light Slate Blue #9683FA

RGB

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

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

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

R = 28.25%
G = 24.67%
B = 47.08%

CMYK

 C value IS 0.4

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9683FA (or 0x9683FA) is known color: Light Slate Blue. HEX triplet: 96, 83 and FA. RGB value is (150,131,250). Sum of RGB (Red+Green+Blue) = 150+131+250=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #9683FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9683FA is #697C05. Grayscale: #959595. Windows color (decimal): -6913030 or 16417686. OLE color: 16417686.

HSL color Cylindrical-coordinate representation of color #9683FA: hue angle of 249.58º degrees, saturation: 0.92, 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 #9683FA is Cyan = 0.4, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 131 250 -
CMYK 0.4 0.48 0 0.02
HSL 249.58º 0.92% 0.75% -
HSV(B) 249.58º 0.48% 0.98% -
XYZ 37.95 29.62 94.16 -
YUV 150.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 150 131 250 0.4 0.48 0 0.02 249.58 0.92 0.75
Hex 96 83 FA 28 30 0 2 FA 5C 4B
Octal 226 203 372 50 60 0 2 372 134 113
Binary 10010110 10000011 11111010 101000 110000 0 10 11111010 1011100 1001011

Color Harmonies of #9683FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683FA

Black with #9683FA

Text Example


Text Example

White with #9683FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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