Html Css Color HEX #9763F8 Light Slate Blue

📋 copy color: '#9763F8'

red 151 ◦ green 99 ◦ blue 248

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

Shades of Light Slate Blue #9763F8

Tints of Light Slate Blue #9763F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.8%

R = 30.32%
G = 19.88%
B = 49.8%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9763F8 (or 0x9763F8) is known color: Light Slate Blue. HEX triplet: 97, 63 and F8. RGB value is (151,99,248). Sum of RGB (Red+Green+Blue) = 151+99+248=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #9763F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9763F8 is #689C07. Grayscale: #828282. Windows color (decimal): -6855688 or 16278423. OLE color: 16278423.

HSL color Cylindrical-coordinate representation of color #9763F8: hue angle of 260.94º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9763F8 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 99 248 -
CMYK 0.39 0.60 0 0.03
HSL 260.94º 0.91% 0.68% -
HSV(B) 260.94º 0.6% 0.97% -
XYZ 34.17 22.28 91.31 -
YUV 131.53 193.73 141.88 -
System Red Green Blue C M Y K H S L
Decimal 151 99 248 0.39 0.60 0 0.03 260.94 0.91 0.68
Hex 97 63 F8 27 3C 0 3 105 5B 44
Octal 227 143 370 47 74 0 3 405 133 104
Binary 10010111 1100011 11111000 100111 111100 0 11 100000101 1011011 1000100

Color Harmonies of #9763F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9763F8

Black with #9763F8

Text Example


Text Example

White with #9763F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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