Html Css Color HEX #8C83BA Moody Blue

📋 copy color: '#8C83BA'

red 140 ◦ green 131 ◦ blue 186

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

Shades of Moody Blue #8C83BA

Tints of Moody Blue #8C83BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 30.63%
G = 28.67%
B = 40.7%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C83BA (or 0x8C83BA) is known color: Moody Blue. HEX triplet: 8C, 83 and BA. RGB value is (140,131,186). Sum of RGB (Red+Green+Blue) = 140+131+186=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83BA is #737C45. Grayscale: #8B8B8B. Windows color (decimal): -7568454 or 12223372. OLE color: 12223372.

HSL color Cylindrical-coordinate representation of color #8C83BA: hue angle of 249.82º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C83BA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 131 186 -
CMYK 0.25 0.30 0 0.27
HSL 249.82º 0.28% 0.62% -
HSV(B) 249.82º 0.3% 0.73% -
XYZ 27.79 25.35 49.88 -
YUV 139.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 140 131 186 0.25 0.30 0 0.27 249.82 0.28 0.62
Hex 8C 83 BA 19 1E 0 1B FA 1C 3E
Octal 214 203 272 31 36 0 33 372 34 76
Binary 10001100 10000011 10111010 11001 11110 0 11011 11111010 11100 111110

Color Harmonies of #8C83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C83BA

Black with #8C83BA

Text Example


Text Example

White with #8C83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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