Html Css Color HEX #9764FB Light Slate Blue

📋 copy color: '#9764FB'

red 151 ◦ green 100 ◦ blue 251

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

Shades of Light Slate Blue #9764FB

Tints of Light Slate Blue #9764FB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.92%

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

R = 30.08%
G = 19.92%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9764FB (or 0x9764FB) is known color: Light Slate Blue. HEX triplet: 97, 64 and FB. RGB value is (151,100,251). Sum of RGB (Red+Green+Blue) = 151+100+251=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #9764FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9764FB is #689B04. Grayscale: #838383. Windows color (decimal): -6855429 or 16475287. OLE color: 16475287.

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

Color convert

RGB 151 100 251 -
CMYK 0.40 0.60 0 0.02
HSL 260.26º 0.95% 0.69% -
HSV(B) 260.26º 0.6% 0.98% -
XYZ 34.73 22.66 93.81 -
YUV 132.46 194.9 141.22 -
System Red Green Blue C M Y K H S L
Decimal 151 100 251 0.40 0.60 0 0.02 260.26 0.95 0.69
Hex 97 64 FB 28 3C 0 2 104 5F 45
Octal 227 144 373 50 74 0 2 404 137 105
Binary 10010111 1100100 11111011 101000 111100 0 10 100000100 1011111 1000101

Color Harmonies of #9764FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9764FB

Black with #9764FB

Text Example


Text Example

White with #9764FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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