Html Css Color HEX #978BEF Light Slate Blue

📋 copy color: '#978BEF'

red 151 ◦ green 139 ◦ blue 239

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

Shades of Light Slate Blue #978BEF

Tints of Light Slate Blue #978BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 28.54%
G = 26.28%
B = 45.18%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#978BEF (or 0x978BEF) is known color: Light Slate Blue. HEX triplet: 97, 8B and EF. RGB value is (151,139,239). Sum of RGB (Red+Green+Blue) = 151+139+239=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #978BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BEF is #687410. Grayscale: #999999. Windows color (decimal): -6845457 or 15698839. OLE color: 15698839.

HSL color Cylindrical-coordinate representation of color #978BEF: hue angle of 247.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #978BEF is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 139 239 -
CMYK 0.37 0.42 0 0.06
HSL 247.2º 0.76% 0.74% -
HSV(B) 247.2º 0.42% 0.94% -
XYZ 37.58 31.28 85.72 -
YUV 153.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 151 139 239 0.37 0.42 0 0.06 247.2 0.76 0.74
Hex 97 8B EF 25 2A 0 6 F7 4C 4A
Octal 227 213 357 45 52 0 6 367 114 112
Binary 10010111 10001011 11101111 100101 101010 0 110 11110111 1001100 1001010

Color Harmonies of #978BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BEF

Black with #978BEF

Text Example


Text Example

White with #978BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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