Html Css Color HEX #8C7DBC Moody Blue

📋 copy color: '#8C7DBC'

red 140 ◦ green 125 ◦ blue 188

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

Shades of Moody Blue #8C7DBC

Tints of Moody Blue #8C7DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.59%

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

R = 30.91%
G = 27.59%
B = 41.5%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C7DBC (or 0x8C7DBC) is known color: Moody Blue. HEX triplet: 8C, 7D and BC. RGB value is (140,125,188). Sum of RGB (Red+Green+Blue) = 140+125+188=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C7DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DBC is #738243. Grayscale: #888888. Windows color (decimal): -7569988 or 12352908. OLE color: 12352908.

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

Color convert

RGB 140 125 188 -
CMYK 0.26 0.34 0 0.26
HSL 254.29º 0.32% 0.61% -
HSV(B) 254.29º 0.34% 0.74% -
XYZ 27.23 23.87 50.75 -
YUV 136.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 140 125 188 0.26 0.34 0 0.26 254.29 0.32 0.61
Hex 8C 7D BC 1A 22 0 1A FE 20 3D
Octal 214 175 274 32 42 0 32 376 40 75
Binary 10001100 1111101 10111100 11010 100010 0 11010 11111110 100000 111101

Color Harmonies of #8C7DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DBC

Black with #8C7DBC

Text Example


Text Example

White with #8C7DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,125,188); }

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

background-color css

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

 a { background-color: rgb(140,125,188); }

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

border-color css

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

 span { border-color: rgb(140,125,188); }

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