Html Css Color HEX #867ABB Moody Blue

📋 copy color: '#867ABB'

red 134 ◦ green 122 ◦ blue 187

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

Shades of Moody Blue #867ABB

Tints of Moody Blue #867ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.54%

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

R = 30.25%
G = 27.54%
B = 42.21%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#867ABB (or 0x867ABB) is known color: Moody Blue. HEX triplet: 86, 7A and BB. RGB value is (134,122,187). Sum of RGB (Red+Green+Blue) = 134+122+187=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #867ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ABB is #798544. Grayscale: #848484. Windows color (decimal): -7963973 or 12286598. OLE color: 12286598.

HSL color Cylindrical-coordinate representation of color #867ABB: hue angle of 251.08º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #867ABB is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 122 187 -
CMYK 0.28 0.35 0 0.27
HSL 251.08º 0.32% 0.61% -
HSV(B) 251.08º 0.35% 0.73% -
XYZ 25.76 22.58 50.01 -
YUV 133 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 134 122 187 0.28 0.35 0 0.27 251.08 0.32 0.61
Hex 86 7A BB 1C 23 0 1B FB 20 3D
Octal 206 172 273 34 43 0 33 373 40 75
Binary 10000110 1111010 10111011 11100 100011 0 11011 11111011 100000 111101

Color Harmonies of #867ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867ABB

Black with #867ABB

Text Example


Text Example

White with #867ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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