Html Css Color HEX #9781F7 Light Slate Blue

📋 copy color: '#9781F7'

red 151 ◦ green 129 ◦ blue 247

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

Shades of Light Slate Blue #9781F7

Tints of Light Slate Blue #9781F7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.48%

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

R = 28.65%
G = 24.48%
B = 46.87%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9781F7 (or 0x9781F7) is known color: Light Slate Blue. HEX triplet: 97, 81 and F7. RGB value is (151,129,247). Sum of RGB (Red+Green+Blue) = 151+129+247=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #9781F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9781F7 is #687E08. Grayscale: #949494. Windows color (decimal): -6848009 or 16220567. OLE color: 16220567.

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

Color convert

RGB 151 129 247 -
CMYK 0.39 0.48 0 0.03
HSL 251.19º 0.88% 0.74% -
HSV(B) 251.19º 0.48% 0.97% -
XYZ 37.4 29 91.62 -
YUV 149.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 151 129 247 0.39 0.48 0 0.03 251.19 0.88 0.74
Hex 97 81 F7 27 30 0 3 FB 58 4A
Octal 227 201 367 47 60 0 3 373 130 112
Binary 10010111 10000001 11110111 100111 110000 0 11 11111011 1011000 1001010

Color Harmonies of #9781F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9781F7

Black with #9781F7

Text Example


Text Example

White with #9781F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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