Html Css Color HEX #8378CE Moody Blue

📋 copy color: '#8378CE'

red 131 ◦ green 120 ◦ blue 206

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

Shades of Moody Blue #8378CE

Tints of Moody Blue #8378CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 28.67%
G = 26.26%
B = 45.08%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8378CE (or 0x8378CE) is known color: Moody Blue. HEX triplet: 83, 78 and CE. RGB value is (131,120,206). Sum of RGB (Red+Green+Blue) = 131+120+206=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #8378CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378CE is #7C8731. Grayscale: #848484. Windows color (decimal): -8161074 or 13531267. OLE color: 13531267.

HSL color Cylindrical-coordinate representation of color #8378CE: hue angle of 247.67º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8378CE is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 120 206 -
CMYK 0.36 0.42 0 0.19
HSL 247.67º 0.47% 0.64% -
HSV(B) 247.67º 0.42% 0.81% -
XYZ 27.22 22.71 61.34 -
YUV 133.09 169.14 126.51 -
System Red Green Blue C M Y K H S L
Decimal 131 120 206 0.36 0.42 0 0.19 247.67 0.47 0.64
Hex 83 78 CE 24 2A 0 13 F8 2F 40
Octal 203 170 316 44 52 0 23 370 57 100
Binary 10000011 1111000 11001110 100100 101010 0 10011 11111000 101111 1000000

Color Harmonies of #8378CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8378CE

Black with #8378CE

Text Example


Text Example

White with #8378CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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