Html Css Color HEX #867DBB Moody Blue

📋 copy color: '#867DBB'

red 134 ◦ green 125 ◦ blue 187

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

Shades of Moody Blue #867DBB

Tints of Moody Blue #867DBB

RGB

 RED value IS 134 (52.73% from 255) = 30.04%

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

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

R = 30.04%
G = 28.03%
B = 41.93%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#867DBB (or 0x867DBB) is known color: Moody Blue. HEX triplet: 86, 7D and BB. RGB value is (134,125,187). Sum of RGB (Red+Green+Blue) = 134+125+187=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #867DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DBB is #798244. Grayscale: #868686. Windows color (decimal): -7963205 or 12287366. OLE color: 12287366.

HSL color Cylindrical-coordinate representation of color #867DBB: hue angle of 248.71º 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 #867DBB is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 125 187 -
CMYK 0.28 0.33 0 0.27
HSL 248.71º 0.31% 0.61% -
HSV(B) 248.71º 0.33% 0.73% -
XYZ 26.13 23.32 50.14 -
YUV 134.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 134 125 187 0.28 0.33 0 0.27 248.71 0.31 0.61
Hex 86 7D BB 1C 21 0 1B F9 1F 3D
Octal 206 175 273 34 41 0 33 371 37 75
Binary 10000110 1111101 10111011 11100 100001 0 11011 11111001 11111 111101

Color Harmonies of #867DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867DBB

Black with #867DBB

Text Example


Text Example

White with #867DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867DBB; }

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

 H1.HeaderClassName
 {
   color: #867DBB;
 }
 .AnyTagClassName
 {
   color: #867DBB;
 }
</style>

background-color css

<style>
 a { background-color: #867DBB; }

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

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

border-color css

<style>
 span { border-color: #867DBB; }

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

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