Html Css Color HEX #867ACE Moody Blue

📋 copy color: '#867ACE'

red 134 ◦ green 122 ◦ blue 206

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

Shades of Moody Blue #867ACE

Tints of Moody Blue #867ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.41%

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 29%
G = 26.41%
B = 44.59%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#867ACE (or 0x867ACE) is known color: Moody Blue. HEX triplet: 86, 7A and CE. RGB value is (134,122,206). Sum of RGB (Red+Green+Blue) = 134+122+206=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #867ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ACE is #798531. Grayscale: #868686. Windows color (decimal): -7963954 or 13531782. OLE color: 13531782.

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

Color convert

RGB 134 122 206 -
CMYK 0.35 0.41 0 0.19
HSL 248.57º 0.46% 0.64% -
HSV(B) 248.57º 0.41% 0.81% -
XYZ 27.93 23.44 61.45 -
YUV 135.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 134 122 206 0.35 0.41 0 0.19 248.57 0.46 0.64
Hex 86 7A CE 23 29 0 13 F9 2E 40
Octal 206 172 316 43 51 0 23 371 56 100
Binary 10000110 1111010 11001110 100011 101001 0 10011 11111001 101110 1000000

Color Harmonies of #867ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867ACE

Black with #867ACE

Text Example


Text Example

White with #867ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,122,206); }

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

background-color css

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

 a { background-color: rgb(134,122,206); }

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

border-color css

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

 span { border-color: rgb(134,122,206); }

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