Html Css Color HEX #8C7FBB Moody Blue

📋 copy color: '#8C7FBB'

red 140 ◦ green 127 ◦ blue 187

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

Shades of Moody Blue #8C7FBB

Tints of Moody Blue #8C7FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 27.97%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 30.84%
G = 27.97%
B = 41.19%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C7FBB (or 0x8C7FBB) is known color: Moody Blue. HEX triplet: 8C, 7F and BB. RGB value is (140,127,187). Sum of RGB (Red+Green+Blue) = 140+127+187=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C7FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FBB is #738044. Grayscale: #898989. Windows color (decimal): -7569477 or 12287884. OLE color: 12287884.

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

Color convert

RGB 140 127 187 -
CMYK 0.25 0.32 0 0.27
HSL 253º 0.31% 0.62% -
HSV(B) 253º 0.32% 0.73% -
XYZ 27.37 24.34 50.27 -
YUV 137.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 140 127 187 0.25 0.32 0 0.27 253 0.31 0.62
Hex 8C 7F BB 19 20 0 1B FD 1F 3E
Octal 214 177 273 31 40 0 33 375 37 76
Binary 10001100 1111111 10111011 11001 100000 0 11011 11111101 11111 111110

Color Harmonies of #8C7FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7FBB

Black with #8C7FBB

Text Example


Text Example

White with #8C7FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,187); }

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

background-color css

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

 a { background-color: rgb(140,127,187); }

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

border-color css

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

 span { border-color: rgb(140,127,187); }

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