Html Css Color HEX #9774FF Light Slate Blue

📋 copy color: '#9774FF'

red 151 ◦ green 116 ◦ blue 255

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

Shades of Light Slate Blue #9774FF

Tints of Light Slate Blue #9774FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.22%

 BLUE value IS 255 (100% from 255) = 48.85%

R = 28.93%
G = 22.22%
B = 48.85%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9774FF (or 0x9774FF) is known color: Light Slate Blue. HEX triplet: 97, 74 and FF. RGB value is (151,116,255). Sum of RGB (Red+Green+Blue) = 151+116+255=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #9774FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9774FF is #688B00. Grayscale: #8D8D8D. Windows color (decimal): -6851329 or 16741527. OLE color: 16741527.

HSL color Cylindrical-coordinate representation of color #9774FF: hue angle of 255.11º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9774FF is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 116 255 -
CMYK 0.41 0.55 0 0
HSL 255.11º 1% 0.73% -
HSV(B) 255.11º 0.55% 1% -
XYZ 37.06 26.29 97.73 -
YUV 142.31 191.6 134.2 -
System Red Green Blue C M Y K H S L
Decimal 151 116 255 0.41 0.55 0 0 255.11 1 0.73
Hex 97 74 FF 29 37 0 0 FF 64 49
Octal 227 164 377 51 67 0 0 377 144 111
Binary 10010111 1110100 11111111 101001 110111 0 0 11111111 1100100 1001001

Color Harmonies of #9774FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9774FF

Black with #9774FF

Text Example


Text Example

White with #9774FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9774FF; }

 p { color: rgb(151,116,255); }

 H1.HeaderClassName
 {
   color: #9774FF;
 }
 .AnyTagClassName
 {
   color: #9774FF;
 }
</style>

background-color css

<style>
 a { background-color: #9774FF; }

 a { background-color: rgb(151,116,255); }

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

border-color css

<style>
 span { border-color: #9774FF; }

 span { border-color: rgb(151,116,255); }

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