Html Css Color HEX #8378EF Light Slate Blue

📋 copy color: '#8378EF'

red 131 ◦ green 120 ◦ blue 239

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

Shades of Light Slate Blue #8378EF

Tints of Light Slate Blue #8378EF

RGB

 RED value IS 131 (51.56% from 255) = 26.73%

 GREEN value IS 120 (47.27% from 255) = 24.49%

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

R = 26.73%
G = 24.49%
B = 48.78%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8378EF (or 0x8378EF) is known color: Light Slate Blue. HEX triplet: 83, 78 and EF. RGB value is (131,120,239). Sum of RGB (Red+Green+Blue) = 131+120+239=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #8378EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8378EF is #7C8710. Grayscale: #888888. Windows color (decimal): -8161041 or 15693955. OLE color: 15693955.

HSL color Cylindrical-coordinate representation of color #8378EF: hue angle of 245.55º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8378EF is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 120 239 -
CMYK 0.45 0.50 0 0.06
HSL 245.55º 0.79% 0.7% -
HSV(B) 245.55º 0.5% 0.94% -
XYZ 31.66 24.49 84.72 -
YUV 136.86 185.64 123.82 -
System Red Green Blue C M Y K H S L
Decimal 131 120 239 0.45 0.50 0 0.06 245.55 0.79 0.7
Hex 83 78 EF 2D 32 0 6 F6 4F 46
Octal 203 170 357 55 62 0 6 366 117 106
Binary 10000011 1111000 11101111 101101 110010 0 110 11110110 1001111 1000110

Color Harmonies of #8378EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8378EF

Black with #8378EF

Text Example


Text Example

White with #8378EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8378EF; }

 p { color: rgb(131,120,239); }

 H1.HeaderClassName
 {
   color: #8378EF;
 }
 .AnyTagClassName
 {
   color: #8378EF;
 }
</style>

background-color css

<style>
 a { background-color: #8378EF; }

 a { background-color: rgb(131,120,239); }

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

border-color css

<style>
 span { border-color: #8378EF; }

 span { border-color: rgb(131,120,239); }

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