Html Css Color HEX #978AFC Light Slate Blue

📋 copy color: '#978AFC'

red 151 ◦ green 138 ◦ blue 252

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

Shades of Light Slate Blue #978AFC

Tints of Light Slate Blue #978AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.51%

 BLUE value IS 252 (98.83% from 255) = 46.58%

R = 27.91%
G = 25.51%
B = 46.58%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#978AFC (or 0x978AFC) is known color: Light Slate Blue. HEX triplet: 97, 8A and FC. RGB value is (151,138,252). Sum of RGB (Red+Green+Blue) = 151+138+252=541 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.91% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #978AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AFC is #687503. Grayscale: #9A9A9A. Windows color (decimal): -6845700 or 16550551. OLE color: 16550551.

HSL color Cylindrical-coordinate representation of color #978AFC: hue angle of 246.84º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #978AFC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 138 252 -
CMYK 0.40 0.45 0 0.01
HSL 246.84º 0.95% 0.76% -
HSV(B) 246.84º 0.45% 0.99% -
XYZ 39.42 31.78 96.15 -
YUV 154.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 151 138 252 0.40 0.45 0 0.01 246.84 0.95 0.76
Hex 97 8A FC 28 2D 0 1 F7 5F 4C
Octal 227 212 374 50 55 0 1 367 137 114
Binary 10010111 10001010 11111100 101000 101101 0 1 11110111 1011111 1001100

Color Harmonies of #978AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978AFC

Black with #978AFC

Text Example


Text Example

White with #978AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978AFC; }

 p { color: rgb(151,138,252); }

 H1.HeaderClassName
 {
   color: #978AFC;
 }
 .AnyTagClassName
 {
   color: #978AFC;
 }
</style>

background-color css

<style>
 a { background-color: #978AFC; }

 a { background-color: rgb(151,138,252); }

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

border-color css

<style>
 span { border-color: #978AFC; }

 span { border-color: rgb(151,138,252); }

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