Html Css Color HEX #978BFE Light Slate Blue

📋 copy color: '#978BFE'

red 151 ◦ green 139 ◦ blue 254

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

Shades of Light Slate Blue #978BFE

Tints of Light Slate Blue #978BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.55%

 BLUE value IS 254 (99.61% from 255) = 46.69%

R = 27.76%
G = 25.55%
B = 46.69%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#978BFE (or 0x978BFE) is known color: Light Slate Blue. HEX triplet: 97, 8B and FE. RGB value is (151,139,254). Sum of RGB (Red+Green+Blue) = 151+139+254=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #978BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BFE is #687401. Grayscale: #9B9B9B. Windows color (decimal): -6845442 or 16681879. OLE color: 16681879.

HSL color Cylindrical-coordinate representation of color #978BFE: hue angle of 246.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #978BFE is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 151 139 254 -
CMYK 0.41 0.45 0 0.00
HSL 246.26º 0.98% 0.77% -
HSV(B) 246.26º 0.45% 1% -
XYZ 39.88 32.2 97.88 -
YUV 155.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 151 139 254 0.41 0.45 0 0.00 246.26 0.98 0.77
Hex 97 8B FE 29 2D 0 0 F6 62 4D
Octal 227 213 376 51 55 0 0 366 142 115
Binary 10010111 10001011 11111110 101001 101101 0 0 11110110 1100010 1001101

Color Harmonies of #978BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BFE

Black with #978BFE

Text Example


Text Example

White with #978BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,139,254); }

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

background-color css

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

 a { background-color: rgb(151,139,254); }

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

border-color css

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

 span { border-color: rgb(151,139,254); }

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