Html Css Color HEX #8B85BC Moody Blue

📋 copy color: '#8B85BC'

red 139 ◦ green 133 ◦ blue 188

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

Shades of Moody Blue #8B85BC

Tints of Moody Blue #8B85BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.87%

R = 30.22%
G = 28.91%
B = 40.87%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8B85BC (or 0x8B85BC) is known color: Moody Blue. HEX triplet: 8B, 85 and BC. RGB value is (139,133,188). Sum of RGB (Red+Green+Blue) = 139+133+188=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85BC is #747A43. Grayscale: #8C8C8C. Windows color (decimal): -7633476 or 12354955. OLE color: 12354955.

HSL color Cylindrical-coordinate representation of color #8B85BC: hue angle of 246.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B85BC is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 133 188 -
CMYK 0.26 0.29 0 0.26
HSL 246.55º 0.29% 0.63% -
HSV(B) 246.55º 0.29% 0.74% -
XYZ 28.11 25.89 51.09 -
YUV 141.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 139 133 188 0.26 0.29 0 0.26 246.55 0.29 0.63
Hex 8B 85 BC 1A 1D 0 1A F7 1D 3F
Octal 213 205 274 32 35 0 32 367 35 77
Binary 10001011 10000101 10111100 11010 11101 0 11010 11110111 11101 111111

Color Harmonies of #8B85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B85BC

Black with #8B85BC

Text Example


Text Example

White with #8B85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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