Html Css Color HEX #8C82BE Moody Blue

📋 copy color: '#8C82BE'

red 140 ◦ green 130 ◦ blue 190

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

Shades of Moody Blue #8C82BE

Tints of Moody Blue #8C82BE

RGB

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

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

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

R = 30.43%
G = 28.26%
B = 41.3%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C82BE (or 0x8C82BE) is known color: Moody Blue. HEX triplet: 8C, 82 and BE. RGB value is (140,130,190). Sum of RGB (Red+Green+Blue) = 140+130+190=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C82BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C82BE is #737D41. Grayscale: #8B8B8B. Windows color (decimal): -7568706 or 12485260. OLE color: 12485260.

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

Color convert

RGB 140 130 190 -
CMYK 0.26 0.32 0 0.25
HSL 250º 0.32% 0.63% -
HSV(B) 250º 0.32% 0.75% -
XYZ 28.09 25.26 52.11 -
YUV 139.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 140 130 190 0.26 0.32 0 0.25 250 0.32 0.63
Hex 8C 82 BE 1A 20 0 19 FA 20 3F
Octal 214 202 276 32 40 0 31 372 40 77
Binary 10001100 10000010 10111110 11010 100000 0 11001 11111010 100000 111111

Color Harmonies of #8C82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C82BE

Black with #8C82BE

Text Example


Text Example

White with #8C82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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