Html Css Color HEX #8B7DBB Moody Blue

📋 copy color: '#8B7DBB'

red 139 ◦ green 125 ◦ blue 187

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

Shades of Moody Blue #8B7DBB

Tints of Moody Blue #8B7DBB

RGB

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

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

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

R = 30.82%
G = 27.72%
B = 41.46%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B7DBB (or 0x8B7DBB) is known color: Moody Blue. HEX triplet: 8B, 7D and BB. RGB value is (139,125,187). Sum of RGB (Red+Green+Blue) = 139+125+187=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B7DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7DBB is #748244. Grayscale: #888888. Windows color (decimal): -7635525 or 12287371. OLE color: 12287371.

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

Color convert

RGB 139 125 187 -
CMYK 0.26 0.33 0 0.27
HSL 253.55º 0.31% 0.61% -
HSV(B) 253.55º 0.33% 0.73% -
XYZ 26.95 23.74 50.18 -
YUV 136.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 139 125 187 0.26 0.33 0 0.27 253.55 0.31 0.61
Hex 8B 7D BB 1A 21 0 1B FE 1F 3D
Octal 213 175 273 32 41 0 33 376 37 75
Binary 10001011 1111101 10111011 11010 100001 0 11011 11111110 11111 111101

Color Harmonies of #8B7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7DBB

Black with #8B7DBB

Text Example


Text Example

White with #8B7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,125,187); }

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

background-color css

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

 a { background-color: rgb(139,125,187); }

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

border-color css

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

 span { border-color: rgb(139,125,187); }

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