Html Css Color HEX #867CC7 Moody Blue

📋 copy color: '#867CC7'

red 134 ◦ green 124 ◦ blue 199

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

Shades of Moody Blue #867CC7

Tints of Moody Blue #867CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.54%

R = 29.32%
G = 27.13%
B = 43.54%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#867CC7 (or 0x867CC7) is known color: Moody Blue. HEX triplet: 86, 7C and C7. RGB value is (134,124,199). Sum of RGB (Red+Green+Blue) = 134+124+199=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 199 - color contains mainly: blue. Hex color #867CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CC7 is #798338. Grayscale: #878787. Windows color (decimal): -7963449 or 13073542. OLE color: 13073542.

HSL color Cylindrical-coordinate representation of color #867CC7: hue angle of 248º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #867CC7 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 124 199 -
CMYK 0.33 0.38 0 0.22
HSL 248º 0.4% 0.63% -
HSV(B) 248º 0.38% 0.78% -
XYZ 27.35 23.61 57.15 -
YUV 135.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 134 124 199 0.33 0.38 0 0.22 248 0.4 0.63
Hex 86 7C C7 21 26 0 16 F8 28 3F
Octal 206 174 307 41 46 0 26 370 50 77
Binary 10000110 1111100 11000111 100001 100110 0 10110 11111000 101000 111111

Color Harmonies of #867CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CC7

Black with #867CC7

Text Example


Text Example

White with #867CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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