Html Css Color HEX #8B7FDA Moody Blue

📋 copy color: '#8B7FDA'

red 139 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #8B7FDA

Tints of Moody Blue #8B7FDA

RGB

 RED value IS 139 (54.69% from 255) = 28.72%

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 28.72%
G = 26.24%
B = 45.04%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8B7FDA (or 0x8B7FDA) is known color: Moody Blue. HEX triplet: 8B, 7F and DA. RGB value is (139,127,218). Sum of RGB (Red+Green+Blue) = 139+127+218=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7FDA is #748025. Grayscale: #8C8C8C. Windows color (decimal): -7634982 or 14319499. OLE color: 14319499.

HSL color Cylindrical-coordinate representation of color #8B7FDA: hue angle of 247.91º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B7FDA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 127 218 -
CMYK 0.36 0.42 0 0.15
HSL 247.91º 0.55% 0.68% -
HSV(B) 247.91º 0.42% 0.85% -
XYZ 30.89 25.73 69.67 -
YUV 140.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 139 127 218 0.36 0.42 0 0.15 247.91 0.55 0.68
Hex 8B 7F DA 24 2A 0 F F8 37 44
Octal 213 177 332 44 52 0 17 370 67 104
Binary 10001011 1111111 11011010 100100 101010 0 1111 11111000 110111 1000100

Color Harmonies of #8B7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7FDA

Black with #8B7FDA

Text Example


Text Example

White with #8B7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,127,218); }

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

background-color css

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

 a { background-color: rgb(139,127,218); }

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

border-color css

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

 span { border-color: rgb(139,127,218); }

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