Html Css Color HEX #9763FF Light Slate Blue

📋 copy color: '#9763FF'

red 151 ◦ green 99 ◦ blue 255

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

Shades of Light Slate Blue #9763FF

Tints of Light Slate Blue #9763FF

RGB

 RED value IS 151 (59.38% from 255) = 29.9%

 GREEN value IS 99 (39.06% from 255) = 19.6%

 BLUE value IS 255 (100% from 255) = 50.5%

R = 29.9%
G = 19.6%
B = 50.5%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9763FF (or 0x9763FF) is known color: Light Slate Blue. HEX triplet: 97, 63 and FF. RGB value is (151,99,255). Sum of RGB (Red+Green+Blue) = 151+99+255=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #9763FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9763FF is #689C00. Grayscale: #838383. Windows color (decimal): -6855681 or 16737175. OLE color: 16737175.

HSL color Cylindrical-coordinate representation of color #9763FF: hue angle of 260º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9763FF is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 99 255 -
CMYK 0.41 0.61 0 0
HSL 260º 1% 0.69% -
HSV(B) 260º 0.61% 1% -
XYZ 35.27 22.72 97.13 -
YUV 132.33 197.23 141.32 -
System Red Green Blue C M Y K H S L
Decimal 151 99 255 0.41 0.61 0 0 260 1 0.69
Hex 97 63 FF 29 3D 0 0 104 64 45
Octal 227 143 377 51 75 0 0 404 144 105
Binary 10010111 1100011 11111111 101001 111101 0 0 100000100 1100100 1000101

Color Harmonies of #9763FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9763FF

Black with #9763FF

Text Example


Text Example

White with #9763FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9763FF; }

 p { color: rgb(151,99,255); }

 H1.HeaderClassName
 {
   color: #9763FF;
 }
 .AnyTagClassName
 {
   color: #9763FF;
 }
</style>

background-color css

<style>
 a { background-color: #9763FF; }

 a { background-color: rgb(151,99,255); }

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

border-color css

<style>
 span { border-color: #9763FF; }

 span { border-color: rgb(151,99,255); }

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