Html Css Color HEX #867BBB Moody Blue

📋 copy color: '#867BBB'

red 134 ◦ green 123 ◦ blue 187

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

Shades of Moody Blue #867BBB

Tints of Moody Blue #867BBB

RGB

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

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

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

R = 30.18%
G = 27.7%
B = 42.12%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#867BBB (or 0x867BBB) is known color: Moody Blue. HEX triplet: 86, 7B and BB. RGB value is (134,123,187). Sum of RGB (Red+Green+Blue) = 134+123+187=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #867BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BBB is #798444. Grayscale: #858585. Windows color (decimal): -7963717 or 12286854. OLE color: 12286854.

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

Color convert

RGB 134 123 187 -
CMYK 0.28 0.34 0 0.27
HSL 250.31º 0.32% 0.61% -
HSV(B) 250.31º 0.34% 0.73% -
XYZ 25.88 22.82 50.05 -
YUV 133.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 134 123 187 0.28 0.34 0 0.27 250.31 0.32 0.61
Hex 86 7B BB 1C 22 0 1B FA 20 3D
Octal 206 173 273 34 42 0 33 372 40 75
Binary 10000110 1111011 10111011 11100 100010 0 11011 11111010 100000 111101

Color Harmonies of #867BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867BBB

Black with #867BBB

Text Example


Text Example

White with #867BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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