Html Css Color HEX #8380BC Moody Blue

📋 copy color: '#8380BC'

red 131 ◦ green 128 ◦ blue 188

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

Shades of Moody Blue #8380BC

Tints of Moody Blue #8380BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 29.31%
G = 28.64%
B = 42.06%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8380BC (or 0x8380BC) is known color: Moody Blue. HEX triplet: 83, 80 and BC. RGB value is (131,128,188). Sum of RGB (Red+Green+Blue) = 131+128+188=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #8380BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380BC is #7C7F43. Grayscale: #878787. Windows color (decimal): -8159044 or 12353667. OLE color: 12353667.

HSL color Cylindrical-coordinate representation of color #8380BC: hue angle of 243º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8380BC is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 128 188 -
CMYK 0.30 0.32 0 0.26
HSL 243º 0.31% 0.62% -
HSV(B) 243º 0.32% 0.74% -
XYZ 26.16 23.89 50.81 -
YUV 135.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 131 128 188 0.30 0.32 0 0.26 243 0.31 0.62
Hex 83 80 BC 1E 20 0 1A F3 1F 3E
Octal 203 200 274 36 40 0 32 363 37 76
Binary 10000011 10000000 10111100 11110 100000 0 11010 11110011 11111 111110

Color Harmonies of #8380BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8380BC

Black with #8380BC

Text Example


Text Example

White with #8380BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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