Html Css Color HEX #8C82BA Moody Blue

📋 copy color: '#8C82BA'

red 140 ◦ green 130 ◦ blue 186

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

Shades of Moody Blue #8C82BA

Tints of Moody Blue #8C82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.51%

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

R = 30.7%
G = 28.51%
B = 40.79%

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

#8C82BA (or 0x8C82BA) is known color: Moody Blue. HEX triplet: 8C, 82 and BA. RGB value is (140,130,186). Sum of RGB (Red+Green+Blue) = 140+130+186=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C82BA is #737D45. Grayscale: #8B8B8B. Windows color (decimal): -7568710 or 12223116. OLE color: 12223116.

HSL color Cylindrical-coordinate representation of color #8C82BA: hue angle of 250.71º degrees, saturation: 0.29, 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 #8C82BA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 130 186 -
CMYK 0.25 0.30 0 0.27
HSL 250.71º 0.29% 0.62% -
HSV(B) 250.71º 0.3% 0.73% -
XYZ 27.66 25.09 49.84 -
YUV 139.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 140 130 186 0.25 0.30 0 0.27 250.71 0.29 0.62
Hex 8C 82 BA 19 1E 0 1B FB 1D 3E
Octal 214 202 272 31 36 0 33 373 35 76
Binary 10001100 10000010 10111010 11001 11110 0 11011 11111011 11101 111110

Color Harmonies of #8C82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C82BA

Black with #8C82BA

Text Example


Text Example

White with #8C82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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