Html Css Color HEX #867CBA Moody Blue

📋 copy color: '#867CBA'

red 134 ◦ green 124 ◦ blue 186

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

Shades of Moody Blue #867CBA

Tints of Moody Blue #867CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.93%

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 30.18%
G = 27.93%
B = 41.89%

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

#867CBA (or 0x867CBA) is known color: Moody Blue. HEX triplet: 86, 7C and BA. RGB value is (134,124,186). Sum of RGB (Red+Green+Blue) = 134+124+186=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #867CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CBA is #798345. Grayscale: #858585. Windows color (decimal): -7963462 or 12221574. OLE color: 12221574.

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

Color convert

RGB 134 124 186 -
CMYK 0.28 0.33 0 0.27
HSL 249.68º 0.31% 0.61% -
HSV(B) 249.68º 0.33% 0.73% -
XYZ 25.9 23.03 49.53 -
YUV 134.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 134 124 186 0.28 0.33 0 0.27 249.68 0.31 0.61
Hex 86 7C BA 1C 21 0 1B FA 1F 3D
Octal 206 174 272 34 41 0 33 372 37 75
Binary 10000110 1111100 10111010 11100 100001 0 11011 11111010 11111 111101

Color Harmonies of #867CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CBA

Black with #867CBA

Text Example


Text Example

White with #867CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,124,186); }

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

background-color css

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

 a { background-color: rgb(134,124,186); }

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

border-color css

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

 span { border-color: rgb(134,124,186); }

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