Html Css Color HEX #9766FB Light Slate Blue

📋 copy color: '#9766FB'

red 151 ◦ green 102 ◦ blue 251

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

Shades of Light Slate Blue #9766FB

Tints of Light Slate Blue #9766FB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.24%

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

R = 29.96%
G = 20.24%
B = 49.8%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9766FB (or 0x9766FB) is known color: Light Slate Blue. HEX triplet: 97, 66 and FB. RGB value is (151,102,251). Sum of RGB (Red+Green+Blue) = 151+102+251=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #9766FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9766FB is #689904. Grayscale: #858585. Windows color (decimal): -6854917 or 16475799. OLE color: 16475799.

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

Color convert

RGB 151 102 251 -
CMYK 0.40 0.59 0 0.02
HSL 259.73º 0.95% 0.69% -
HSV(B) 259.73º 0.59% 0.98% -
XYZ 34.93 23.05 93.87 -
YUV 133.64 194.23 140.38 -
System Red Green Blue C M Y K H S L
Decimal 151 102 251 0.40 0.59 0 0.02 259.73 0.95 0.69
Hex 97 66 FB 28 3B 0 2 104 5F 45
Octal 227 146 373 50 73 0 2 404 137 105
Binary 10010111 1100110 11111011 101000 111011 0 10 100000100 1011111 1000101

Color Harmonies of #9766FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9766FB

Black with #9766FB

Text Example


Text Example

White with #9766FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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