Html Css Color HEX #9D83F7 Light Slate Blue

📋 copy color: '#9D83F7'

red 157 ◦ green 131 ◦ blue 247

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

Shades of Light Slate Blue #9D83F7

Tints of Light Slate Blue #9D83F7

RGB

 RED value IS 157 (61.72% from 255) = 29.35%

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

 BLUE value IS 247 (96.88% from 255) = 46.17%

R = 29.35%
G = 24.49%
B = 46.17%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9D83F7 (or 0x9D83F7) is known color: Light Slate Blue. HEX triplet: 9D, 83 and F7. RGB value is (157,131,247). Sum of RGB (Red+Green+Blue) = 157+131+247=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #9D83F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D83F7 is #627C08. Grayscale: #979797. Windows color (decimal): -6454281 or 16221085. OLE color: 16221085.

HSL color Cylindrical-coordinate representation of color #9D83F7: hue angle of 253.45º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D83F7 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 131 247 -
CMYK 0.36 0.47 0 0.03
HSL 253.45º 0.88% 0.74% -
HSV(B) 253.45º 0.47% 0.97% -
XYZ 38.81 30.12 91.76 -
YUV 152 181.61 131.57 -
System Red Green Blue C M Y K H S L
Decimal 157 131 247 0.36 0.47 0 0.03 253.45 0.88 0.74
Hex 9D 83 F7 24 2F 0 3 FD 58 4A
Octal 235 203 367 44 57 0 3 375 130 112
Binary 10011101 10000011 11110111 100100 101111 0 11 11111101 1011000 1001010

Color Harmonies of #9D83F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D83F7

Black with #9D83F7

Text Example


Text Example

White with #9D83F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,131,247); }

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

background-color css

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

 a { background-color: rgb(157,131,247); }

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

border-color css

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

 span { border-color: rgb(157,131,247); }

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