Html Css Color HEX #9779FE Light Slate Blue

📋 copy color: '#9779FE'

red 151 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #9779FE

Tints of Light Slate Blue #9779FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23%

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 28.71%
G = 23%
B = 48.29%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9779FE (or 0x9779FE) is known color: Light Slate Blue. HEX triplet: 97, 79 and FE. RGB value is (151,121,254). Sum of RGB (Red+Green+Blue) = 151+121+254=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #9779FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9779FE is #688601. Grayscale: #909090. Windows color (decimal): -6850050 or 16677271. OLE color: 16677271.

HSL color Cylindrical-coordinate representation of color #9779FE: hue angle of 253.53º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9779FE is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 151 121 254 -
CMYK 0.41 0.52 0 0.00
HSL 253.53º 0.99% 0.74% -
HSV(B) 253.53º 0.52% 1% -
XYZ 37.49 27.41 97.08 -
YUV 145.13 189.44 132.19 -
System Red Green Blue C M Y K H S L
Decimal 151 121 254 0.41 0.52 0 0.00 253.53 0.99 0.74
Hex 97 79 FE 29 34 0 0 FE 63 4A
Octal 227 171 376 51 64 0 0 376 143 112
Binary 10010111 1111001 11111110 101001 110100 0 0 11111110 1100011 1001010

Color Harmonies of #9779FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9779FE

Black with #9779FE

Text Example


Text Example

White with #9779FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9779FE; }

 p { color: rgb(151,121,254); }

 H1.HeaderClassName
 {
   color: #9779FE;
 }
 .AnyTagClassName
 {
   color: #9779FE;
 }
</style>

background-color css

<style>
 a { background-color: #9779FE; }

 a { background-color: rgb(151,121,254); }

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

border-color css

<style>
 span { border-color: #9779FE; }

 span { border-color: rgb(151,121,254); }

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