Html Css Color HEX #9768F7 Light Slate Blue

📋 copy color: '#9768F7'

red 151 ◦ green 104 ◦ blue 247

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

Shades of Light Slate Blue #9768F7

Tints of Light Slate Blue #9768F7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.72%

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

R = 30.08%
G = 20.72%
B = 49.2%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9768F7 (or 0x9768F7) is known color: Light Slate Blue. HEX triplet: 97, 68 and F7. RGB value is (151,104,247). Sum of RGB (Red+Green+Blue) = 151+104+247=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #9768F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9768F7 is #689708. Grayscale: #858585. Windows color (decimal): -6854409 or 16214167. OLE color: 16214167.

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

Color convert

RGB 151 104 247 -
CMYK 0.39 0.58 0 0.03
HSL 259.72º 0.9% 0.69% -
HSV(B) 259.72º 0.58% 0.97% -
XYZ 34.5 23.2 90.65 -
YUV 134.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 151 104 247 0.39 0.58 0 0.03 259.72 0.9 0.69
Hex 97 68 F7 27 3A 0 3 104 5A 45
Octal 227 150 367 47 72 0 3 404 132 105
Binary 10010111 1101000 11110111 100111 111010 0 11 100000100 1011010 1000101

Color Harmonies of #9768F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9768F7

Black with #9768F7

Text Example


Text Example

White with #9768F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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