Html Css Color HEX #8377CE Moody Blue

📋 copy color: '#8377CE'

red 131 ◦ green 119 ◦ blue 206

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

Shades of Moody Blue #8377CE

Tints of Moody Blue #8377CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.1%

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

R = 28.73%
G = 26.1%
B = 45.18%

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

#8377CE (or 0x8377CE) is known color: Moody Blue. HEX triplet: 83, 77 and CE. RGB value is (131,119,206). Sum of RGB (Red+Green+Blue) = 131+119+206=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #8377CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377CE is #7C8831. Grayscale: #848484. Windows color (decimal): -8161330 or 13531011. OLE color: 13531011.

HSL color Cylindrical-coordinate representation of color #8377CE: hue angle of 248.28º 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 #8377CE is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 119 206 -
CMYK 0.36 0.42 0 0.19
HSL 248.28º 0.47% 0.64% -
HSV(B) 248.28º 0.42% 0.81% -
XYZ 27.1 22.48 61.3 -
YUV 132.51 169.48 126.93 -
System Red Green Blue C M Y K H S L
Decimal 131 119 206 0.36 0.42 0 0.19 248.28 0.47 0.64
Hex 83 77 CE 24 2A 0 13 F8 2F 40
Octal 203 167 316 44 52 0 23 370 57 100
Binary 10000011 1110111 11001110 100100 101010 0 10011 11111000 101111 1000000

Color Harmonies of #8377CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8377CE

Black with #8377CE

Text Example


Text Example

White with #8377CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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