Html Css Color HEX #9763FE Light Slate Blue

📋 copy color: '#9763FE'

red 151 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #9763FE

Tints of Light Slate Blue #9763FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 29.96%
G = 19.64%
B = 50.4%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9763FE (or 0x9763FE) is known color: Light Slate Blue. HEX triplet: 97, 63 and FE. RGB value is (151,99,254). Sum of RGB (Red+Green+Blue) = 151+99+254=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #9763FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9763FE is #689C01. Grayscale: #838383. Windows color (decimal): -6855682 or 16671639. OLE color: 16671639.

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

Color convert

RGB 151 99 254 -
CMYK 0.41 0.61 0 0.00
HSL 260.13º 0.99% 0.69% -
HSV(B) 260.13º 0.61% 1% -
XYZ 35.11 22.66 96.29 -
YUV 132.22 196.73 141.4 -
System Red Green Blue C M Y K H S L
Decimal 151 99 254 0.41 0.61 0 0.00 260.13 0.99 0.69
Hex 97 63 FE 29 3D 0 0 104 63 45
Octal 227 143 376 51 75 0 0 404 143 105
Binary 10010111 1100011 11111110 101001 111101 0 0 100000100 1100011 1000101

Color Harmonies of #9763FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9763FE

Black with #9763FE

Text Example


Text Example

White with #9763FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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