Html Css Color HEX #978AFD Light Slate Blue

📋 copy color: '#978AFD'

red 151 ◦ green 138 ◦ blue 253

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

Shades of Light Slate Blue #978AFD

Tints of Light Slate Blue #978AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 27.86%
G = 25.46%
B = 46.68%

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

#978AFD (or 0x978AFD) is known color: Light Slate Blue. HEX triplet: 97, 8A and FD. RGB value is (151,138,253). Sum of RGB (Red+Green+Blue) = 151+138+253=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #978AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AFD is #687502. Grayscale: #9A9A9A. Windows color (decimal): -6845699 or 16616087. OLE color: 16616087.

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

Color convert

RGB 151 138 253 -
CMYK 0.40 0.45 0 0.01
HSL 246.78º 0.97% 0.77% -
HSV(B) 246.78º 0.45% 0.99% -
XYZ 39.58 31.85 96.99 -
YUV 155 183.31 125.15 -
System Red Green Blue C M Y K H S L
Decimal 151 138 253 0.40 0.45 0 0.01 246.78 0.97 0.77
Hex 97 8A FD 28 2D 0 1 F7 61 4D
Octal 227 212 375 50 55 0 1 367 141 115
Binary 10010111 10001010 11111101 101000 101101 0 1 11110111 1100001 1001101

Color Harmonies of #978AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978AFD

Black with #978AFD

Text Example


Text Example

White with #978AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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