Html Css Color HEX #867BB4 Moody Blue

📋 copy color: '#867BB4'

red 134 ◦ green 123 ◦ blue 180

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

Shades of Moody Blue #867BB4

Tints of Moody Blue #867BB4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.15%

 BLUE value IS 180 (70.7% from 255) = 41.19%

R = 30.66%
G = 28.15%
B = 41.19%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#867BB4 (or 0x867BB4) is known color: Moody Blue. HEX triplet: 86, 7B and B4. RGB value is (134,123,180). Sum of RGB (Red+Green+Blue) = 134+123+180=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #867BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BB4 is #79844B. Grayscale: #848484. Windows color (decimal): -7963724 or 11828102. OLE color: 11828102.

HSL color Cylindrical-coordinate representation of color #867BB4: hue angle of 251.58º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #867BB4 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 123 180 -
CMYK 0.26 0.32 0 0.29
HSL 251.58º 0.28% 0.59% -
HSV(B) 251.58º 0.32% 0.71% -
XYZ 25.15 22.53 46.2 -
YUV 132.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 134 123 180 0.26 0.32 0 0.29 251.58 0.28 0.59
Hex 86 7B B4 1A 20 0 1D FC 1C 3B
Octal 206 173 264 32 40 0 35 374 34 73
Binary 10000110 1111011 10110100 11010 100000 0 11101 11111100 11100 111011

Color Harmonies of #867BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867BB4

Black with #867BB4

Text Example


Text Example

White with #867BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,123,180); }

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

background-color css

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

 a { background-color: rgb(134,123,180); }

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

border-color css

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

 span { border-color: rgb(134,123,180); }

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