Html Css Color HEX #974EFF Light Slate Blue

📋 copy color: '#974EFF'

red 151 ◦ green 78 ◦ blue 255

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

Shades of Light Slate Blue #974EFF

Tints of Light Slate Blue #974EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.12%

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

R = 31.2%
G = 16.12%
B = 52.69%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#974EFF (or 0x974EFF) is known color: Light Slate Blue. HEX triplet: 97, 4E and FF. RGB value is (151,78,255). Sum of RGB (Red+Green+Blue) = 151+78+255=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #974EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974EFF is #68B100. Grayscale: #777777. Windows color (decimal): -6861057 or 16731799. OLE color: 16731799.

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

Color convert

RGB 151 78 255 -
CMYK 0.41 0.69 0 0
HSL 264.75º 1% 0.65% -
HSV(B) 264.75º 0.69% 1% -
XYZ 33.54 19.25 96.56 -
YUV 120.01 204.18 150.11 -
System Red Green Blue C M Y K H S L
Decimal 151 78 255 0.41 0.69 0 0 264.75 1 0.65
Hex 97 4E FF 29 45 0 0 109 64 41
Octal 227 116 377 51 105 0 0 411 144 101
Binary 10010111 1001110 11111111 101001 1000101 0 0 100001001 1100100 1000001

Color Harmonies of #974EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974EFF

Black with #974EFF

Text Example


Text Example

White with #974EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974EFF; }

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

 H1.HeaderClassName
 {
   color: #974EFF;
 }
 .AnyTagClassName
 {
   color: #974EFF;
 }
</style>

background-color css

<style>
 a { background-color: #974EFF; }

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

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

border-color css

<style>
 span { border-color: #974EFF; }

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

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