Html Css Color HEX #8C7FBE Moody Blue

📋 copy color: '#8C7FBE'

red 140 ◦ green 127 ◦ blue 190

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

Shades of Moody Blue #8C7FBE

Tints of Moody Blue #8C7FBE

RGB

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

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

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

R = 30.63%
G = 27.79%
B = 41.58%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C7FBE (or 0x8C7FBE) is known color: Moody Blue. HEX triplet: 8C, 7F and BE. RGB value is (140,127,190). Sum of RGB (Red+Green+Blue) = 140+127+190=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C7FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FBE is #738041. Grayscale: #898989. Windows color (decimal): -7569474 or 12484492. OLE color: 12484492.

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

Color convert

RGB 140 127 190 -
CMYK 0.26 0.33 0 0.25
HSL 252.38º 0.33% 0.62% -
HSV(B) 252.38º 0.33% 0.75% -
XYZ 27.7 24.47 51.98 -
YUV 138.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 140 127 190 0.26 0.33 0 0.25 252.38 0.33 0.62
Hex 8C 7F BE 1A 21 0 19 FC 21 3E
Octal 214 177 276 32 41 0 31 374 41 76
Binary 10001100 1111111 10111110 11010 100001 0 11001 11111100 100001 111110

Color Harmonies of #8C7FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7FBE

Black with #8C7FBE

Text Example


Text Example

White with #8C7FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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