Html Css Color HEX #8D83BC Moody Blue

📋 copy color: '#8D83BC'

red 141 ◦ green 131 ◦ blue 188

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

Shades of Moody Blue #8D83BC

Tints of Moody Blue #8D83BC

RGB

 RED value IS 141 (55.47% from 255) = 30.65%

 GREEN value IS 131 (51.56% from 255) = 28.48%

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

R = 30.65%
G = 28.48%
B = 40.87%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D83BC (or 0x8D83BC) is known color: Moody Blue. HEX triplet: 8D, 83 and BC. RGB value is (141,131,188). Sum of RGB (Red+Green+Blue) = 141+131+188=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83BC is #727C43. Grayscale: #8C8C8C. Windows color (decimal): -7502916 or 12354445. OLE color: 12354445.

HSL color Cylindrical-coordinate representation of color #8D83BC: hue angle of 250.53º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D83BC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 131 188 -
CMYK 0.25 0.30 0 0.26
HSL 250.53º 0.3% 0.63% -
HSV(B) 250.53º 0.3% 0.74% -
XYZ 28.18 25.53 51.02 -
YUV 140.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 141 131 188 0.25 0.30 0 0.26 250.53 0.3 0.63
Hex 8D 83 BC 19 1E 0 1A FB 1E 3F
Octal 215 203 274 31 36 0 32 373 36 77
Binary 10001101 10000011 10111100 11001 11110 0 11010 11111011 11110 111111

Color Harmonies of #8D83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D83BC

Black with #8D83BC

Text Example


Text Example

White with #8D83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D83BC; }

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

 H1.HeaderClassName
 {
   color: #8D83BC;
 }
 .AnyTagClassName
 {
   color: #8D83BC;
 }
</style>

background-color css

<style>
 a { background-color: #8D83BC; }

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

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

border-color css

<style>
 span { border-color: #8D83BC; }

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

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