Html Css Color HEX #8380DB Moody Blue

📋 copy color: '#8380DB'

red 131 ◦ green 128 ◦ blue 219

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

Shades of Moody Blue #8380DB

Tints of Moody Blue #8380DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.78%

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 27.41%
G = 26.78%
B = 45.82%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8380DB (or 0x8380DB) is known color: Moody Blue. HEX triplet: 83, 80 and DB. RGB value is (131,128,219). Sum of RGB (Red+Green+Blue) = 131+128+219=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #8380DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380DB is #7C7F24. Grayscale: #8A8A8A. Windows color (decimal): -8159013 or 14385283. OLE color: 14385283.

HSL color Cylindrical-coordinate representation of color #8380DB: hue angle of 241.98º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8380DB is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 128 219 -
CMYK 0.40 0.42 0 0.14
HSL 241.98º 0.56% 0.68% -
HSV(B) 241.98º 0.42% 0.86% -
XYZ 29.87 25.38 70.34 -
YUV 139.27 172.99 122.1 -
System Red Green Blue C M Y K H S L
Decimal 131 128 219 0.40 0.42 0 0.14 241.98 0.56 0.68
Hex 83 80 DB 28 2A 0 E F2 38 44
Octal 203 200 333 50 52 0 16 362 70 104
Binary 10000011 10000000 11011011 101000 101010 0 1110 11110010 111000 1000100

Color Harmonies of #8380DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8380DB

Black with #8380DB

Text Example


Text Example

White with #8380DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8380DB; }

 p { color: rgb(131,128,219); }

 H1.HeaderClassName
 {
   color: #8380DB;
 }
 .AnyTagClassName
 {
   color: #8380DB;
 }
</style>

background-color css

<style>
 a { background-color: #8380DB; }

 a { background-color: rgb(131,128,219); }

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

border-color css

<style>
 span { border-color: #8380DB; }

 span { border-color: rgb(131,128,219); }

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