Html Css Color HEX #9765F7 Light Slate Blue

📋 copy color: '#9765F7'

red 151 ◦ green 101 ◦ blue 247

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

Shades of Light Slate Blue #9765F7

Tints of Light Slate Blue #9765F7

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.24%

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

R = 30.26%
G = 20.24%
B = 49.5%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9765F7 (or 0x9765F7) is known color: Light Slate Blue. HEX triplet: 97, 65 and F7. RGB value is (151,101,247). Sum of RGB (Red+Green+Blue) = 151+101+247=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #9765F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9765F7 is #689A08. Grayscale: #848484. Windows color (decimal): -6855177 or 16213399. OLE color: 16213399.

HSL color Cylindrical-coordinate representation of color #9765F7: hue angle of 260.55º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9765F7 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 101 247 -
CMYK 0.39 0.59 0 0.03
HSL 260.55º 0.9% 0.68% -
HSV(B) 260.55º 0.59% 0.97% -
XYZ 34.2 22.6 90.56 -
YUV 132.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 151 101 247 0.39 0.59 0 0.03 260.55 0.9 0.68
Hex 97 65 F7 27 3B 0 3 105 5A 44
Octal 227 145 367 47 73 0 3 405 132 104
Binary 10010111 1100101 11110111 100111 111011 0 11 100000101 1011010 1000100

Color Harmonies of #9765F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9765F7

Black with #9765F7

Text Example


Text Example

White with #9765F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9765F7; }

 p { color: rgb(151,101,247); }

 H1.HeaderClassName
 {
   color: #9765F7;
 }
 .AnyTagClassName
 {
   color: #9765F7;
 }
</style>

background-color css

<style>
 a { background-color: #9765F7; }

 a { background-color: rgb(151,101,247); }

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

border-color css

<style>
 span { border-color: #9765F7; }

 span { border-color: rgb(151,101,247); }

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