Html Css Color HEX #8B85B9 Moody Blue

📋 copy color: '#8B85B9'

red 139 ◦ green 133 ◦ blue 185

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

Shades of Moody Blue #8B85B9

Tints of Moody Blue #8B85B9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 30.42%
G = 29.1%
B = 40.48%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B85B9 (or 0x8B85B9) is known color: Moody Blue. HEX triplet: 8B, 85 and B9. RGB value is (139,133,185). Sum of RGB (Red+Green+Blue) = 139+133+185=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #8B85B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85B9 is #747A46. Grayscale: #8C8C8C. Windows color (decimal): -7633479 or 12158347. OLE color: 12158347.

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

Color convert

RGB 139 133 185 -
CMYK 0.25 0.28 0 0.27
HSL 246.92º 0.27% 0.62% -
HSV(B) 246.92º 0.28% 0.73% -
XYZ 27.79 25.77 49.41 -
YUV 140.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 139 133 185 0.25 0.28 0 0.27 246.92 0.27 0.62
Hex 8B 85 B9 19 1C 0 1B F7 1B 3E
Octal 213 205 271 31 34 0 33 367 33 76
Binary 10001011 10000101 10111001 11001 11100 0 11011 11110111 11011 111110

Color Harmonies of #8B85B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B85B9

Black with #8B85B9

Text Example


Text Example

White with #8B85B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,133,185); }

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

background-color css

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

 a { background-color: rgb(139,133,185); }

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

border-color css

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

 span { border-color: rgb(139,133,185); }

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