Html Css Color HEX #867CDC Moody Blue

📋 copy color: '#867CDC'

red 134 ◦ green 124 ◦ blue 220

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

Shades of Moody Blue #867CDC

Tints of Moody Blue #867CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 28.03%
G = 25.94%
B = 46.03%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#867CDC (or 0x867CDC) is known color: Moody Blue. HEX triplet: 86, 7C and DC. RGB value is (134,124,220). Sum of RGB (Red+Green+Blue) = 134+124+220=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #867CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CDC is #798323. Grayscale: #898989. Windows color (decimal): -7963428 or 14449798. OLE color: 14449798.

HSL color Cylindrical-coordinate representation of color #867CDC: hue angle of 246.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #867CDC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 124 220 -
CMYK 0.39 0.44 0 0.14
HSL 246.25º 0.58% 0.67% -
HSV(B) 246.25º 0.44% 0.86% -
XYZ 29.96 24.65 70.89 -
YUV 137.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 134 124 220 0.39 0.44 0 0.14 246.25 0.58 0.67
Hex 86 7C DC 27 2C 0 E F6 3A 43
Octal 206 174 334 47 54 0 16 366 72 103
Binary 10000110 1111100 11011100 100111 101100 0 1110 11110110 111010 1000011

Color Harmonies of #867CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CDC

Black with #867CDC

Text Example


Text Example

White with #867CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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