Html Css Color HEX #8C7BD5 Moody Blue

📋 copy color: '#8C7BD5'

red 140 ◦ green 123 ◦ blue 213

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

Shades of Moody Blue #8C7BD5

Tints of Moody Blue #8C7BD5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.84%

 BLUE value IS 213 (83.59% from 255) = 44.75%

R = 29.41%
G = 25.84%
B = 44.75%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8C7BD5 (or 0x8C7BD5) is known color: Moody Blue. HEX triplet: 8C, 7B and D5. RGB value is (140,123,213). Sum of RGB (Red+Green+Blue) = 140+123+213=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #8C7BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BD5 is #73842A. Grayscale: #8A8A8A. Windows color (decimal): -7570475 or 13990796. OLE color: 13990796.

HSL color Cylindrical-coordinate representation of color #8C7BD5: hue angle of 251.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C7BD5 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 123 213 -
CMYK 0.34 0.42 0 0.16
HSL 251.33º 0.52% 0.66% -
HSV(B) 251.33º 0.42% 0.84% -
XYZ 29.91 24.55 66.11 -
YUV 138.34 170.13 129.18 -
System Red Green Blue C M Y K H S L
Decimal 140 123 213 0.34 0.42 0 0.16 251.33 0.52 0.66
Hex 8C 7B D5 22 2A 0 10 FB 34 42
Octal 214 173 325 42 52 0 20 373 64 102
Binary 10001100 1111011 11010101 100010 101010 0 10000 11111011 110100 1000010

Color Harmonies of #8C7BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7BD5

Black with #8C7BD5

Text Example


Text Example

White with #8C7BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,123,213); }

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

background-color css

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

 a { background-color: rgb(140,123,213); }

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

border-color css

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

 span { border-color: rgb(140,123,213); }

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