Html Css Color HEX #867CCF Moody Blue

📋 copy color: '#867CCF'

red 134 ◦ green 124 ◦ blue 207

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

Shades of Moody Blue #867CCF

Tints of Moody Blue #867CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 28.82%
G = 26.67%
B = 44.52%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#867CCF (or 0x867CCF) is known color: Moody Blue. HEX triplet: 86, 7C and CF. RGB value is (134,124,207). Sum of RGB (Red+Green+Blue) = 134+124+207=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #867CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CCF is #798330. Grayscale: #888888. Windows color (decimal): -7963441 or 13597830. OLE color: 13597830.

HSL color Cylindrical-coordinate representation of color #867CCF: hue angle of 247.23º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867CCF is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 124 207 -
CMYK 0.35 0.40 0 0.19
HSL 247.23º 0.46% 0.65% -
HSV(B) 247.23º 0.4% 0.81% -
XYZ 28.3 23.99 62.17 -
YUV 136.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 134 124 207 0.35 0.40 0 0.19 247.23 0.46 0.65
Hex 86 7C CF 23 28 0 13 F7 2E 41
Octal 206 174 317 43 50 0 23 367 56 101
Binary 10000110 1111100 11001111 100011 101000 0 10011 11110111 101110 1000001

Color Harmonies of #867CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CCF

Black with #867CCF

Text Example


Text Example

White with #867CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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