Html Css Color HEX #9756FB Light Slate Blue

📋 copy color: '#9756FB'

red 151 ◦ green 86 ◦ blue 251

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

Shades of Light Slate Blue #9756FB

Tints of Light Slate Blue #9756FB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.62%

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

R = 30.94%
G = 17.62%
B = 51.43%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9756FB (or 0x9756FB) is known color: Light Slate Blue. HEX triplet: 97, 56 and FB. RGB value is (151,86,251). Sum of RGB (Red+Green+Blue) = 151+86+251=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #9756FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9756FB is #68A904. Grayscale: #7B7B7B. Windows color (decimal): -6859013 or 16471703. OLE color: 16471703.

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

Color convert

RGB 151 86 251 -
CMYK 0.40 0.66 0 0.02
HSL 263.64º 0.95% 0.66% -
HSV(B) 263.64º 0.66% 0.98% -
XYZ 33.5 20.2 93.4 -
YUV 124.25 199.53 147.08 -
System Red Green Blue C M Y K H S L
Decimal 151 86 251 0.40 0.66 0 0.02 263.64 0.95 0.66
Hex 97 56 FB 28 42 0 2 108 5F 42
Octal 227 126 373 50 102 0 2 410 137 102
Binary 10010111 1010110 11111011 101000 1000010 0 10 100001000 1011111 1000010

Color Harmonies of #9756FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9756FB

Black with #9756FB

Text Example


Text Example

White with #9756FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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