Html Css Color HEX #977BF3 Light Slate Blue

📋 copy color: '#977BF3'

red 151 ◦ green 123 ◦ blue 243

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

Shades of Light Slate Blue #977BF3

Tints of Light Slate Blue #977BF3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.79%

 BLUE value IS 243 (95.31% from 255) = 47%

R = 29.21%
G = 23.79%
B = 47%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#977BF3 (or 0x977BF3) is known color: Light Slate Blue. HEX triplet: 97, 7B and F3. RGB value is (151,123,243). Sum of RGB (Red+Green+Blue) = 151+123+243=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #977BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977BF3 is #68840C. Grayscale: #909090. Windows color (decimal): -6849549 or 15956887. OLE color: 15956887.

HSL color Cylindrical-coordinate representation of color #977BF3: hue angle of 254º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #977BF3 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 123 243 -
CMYK 0.38 0.49 0 0.05
HSL 254º 0.83% 0.72% -
HSV(B) 254º 0.49% 0.95% -
XYZ 36.02 27.22 88.15 -
YUV 145.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 151 123 243 0.38 0.49 0 0.05 254 0.83 0.72
Hex 97 7B F3 26 31 0 5 FE 53 48
Octal 227 173 363 46 61 0 5 376 123 110
Binary 10010111 1111011 11110011 100110 110001 0 101 11111110 1010011 1001000

Color Harmonies of #977BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BF3

Black with #977BF3

Text Example


Text Example

White with #977BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977BF3; }

 p { color: rgb(151,123,243); }

 H1.HeaderClassName
 {
   color: #977BF3;
 }
 .AnyTagClassName
 {
   color: #977BF3;
 }
</style>

background-color css

<style>
 a { background-color: #977BF3; }

 a { background-color: rgb(151,123,243); }

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

border-color css

<style>
 span { border-color: #977BF3; }

 span { border-color: rgb(151,123,243); }

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