Html Css Color HEX #8C83BE Moody Blue

📋 copy color: '#8C83BE'

red 140 ◦ green 131 ◦ blue 190

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

Shades of Moody Blue #8C83BE

Tints of Moody Blue #8C83BE

RGB

 RED value IS 140 (55.08% from 255) = 30.37%

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

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 30.37%
G = 28.42%
B = 41.21%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C83BE (or 0x8C83BE) is known color: Moody Blue. HEX triplet: 8C, 83 and BE. RGB value is (140,131,190). Sum of RGB (Red+Green+Blue) = 140+131+190=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C83BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83BE is #737C41. Grayscale: #8C8C8C. Windows color (decimal): -7568450 or 12485516. OLE color: 12485516.

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

Color convert

RGB 140 131 190 -
CMYK 0.26 0.31 0 0.25
HSL 249.15º 0.31% 0.63% -
HSV(B) 249.15º 0.31% 0.75% -
XYZ 28.23 25.53 52.15 -
YUV 140.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 140 131 190 0.26 0.31 0 0.25 249.15 0.31 0.63
Hex 8C 83 BE 1A 1F 0 19 F9 1F 3F
Octal 214 203 276 32 37 0 31 371 37 77
Binary 10001100 10000011 10111110 11010 11111 0 11001 11111001 11111 111111

Color Harmonies of #8C83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C83BE

Black with #8C83BE

Text Example


Text Example

White with #8C83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,131,190); }

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

background-color css

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

 a { background-color: rgb(140,131,190); }

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

border-color css

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

 span { border-color: rgb(140,131,190); }

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