Html Css Color HEX #9754FB Light Slate Blue

📋 copy color: '#9754FB'

red 151 ◦ green 84 ◦ blue 251

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

Shades of Light Slate Blue #9754FB

Tints of Light Slate Blue #9754FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.28%

 BLUE value IS 251 (98.44% from 255) = 51.65%

R = 31.07%
G = 17.28%
B = 51.65%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9754FB (or 0x9754FB) is known color: Light Slate Blue. HEX triplet: 97, 54 and FB. RGB value is (151,84,251). Sum of RGB (Red+Green+Blue) = 151+84+251=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #9754FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9754FB is #68AB04. Grayscale: #7A7A7A. Windows color (decimal): -6859525 or 16471191. OLE color: 16471191.

HSL color Cylindrical-coordinate representation of color #9754FB: hue angle of 264.07º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9754FB is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 84 251 -
CMYK 0.40 0.67 0 0.02
HSL 264.07º 0.95% 0.66% -
HSV(B) 264.07º 0.67% 0.98% -
XYZ 33.35 19.88 93.35 -
YUV 123.07 200.2 147.92 -
System Red Green Blue C M Y K H S L
Decimal 151 84 251 0.40 0.67 0 0.02 264.07 0.95 0.66
Hex 97 54 FB 28 43 0 2 108 5F 42
Octal 227 124 373 50 103 0 2 410 137 102
Binary 10010111 1010100 11111011 101000 1000011 0 10 100001000 1011111 1000010

Color Harmonies of #9754FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754FB

Black with #9754FB

Text Example


Text Example

White with #9754FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9754FB; }

 p { color: rgb(151,84,251); }

 H1.HeaderClassName
 {
   color: #9754FB;
 }
 .AnyTagClassName
 {
   color: #9754FB;
 }
</style>

background-color css

<style>
 a { background-color: #9754FB; }

 a { background-color: rgb(151,84,251); }

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

border-color css

<style>
 span { border-color: #9754FB; }

 span { border-color: rgb(151,84,251); }

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