Html Css Color HEX #867AD4 Moody Blue

📋 copy color: '#867AD4'

red 134 ◦ green 122 ◦ blue 212

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

Shades of Moody Blue #867AD4

Tints of Moody Blue #867AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.3%

R = 28.63%
G = 26.07%
B = 45.3%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#867AD4 (or 0x867AD4) is known color: Moody Blue. HEX triplet: 86, 7A and D4. RGB value is (134,122,212). Sum of RGB (Red+Green+Blue) = 134+122+212=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #867AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867AD4 is #79852B. Grayscale: #878787. Windows color (decimal): -7963948 or 13924998. OLE color: 13924998.

HSL color Cylindrical-coordinate representation of color #867AD4: hue angle of 248º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #867AD4 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 122 212 -
CMYK 0.37 0.42 0 0.17
HSL 248º 0.51% 0.65% -
HSV(B) 248º 0.42% 0.83% -
XYZ 28.67 23.74 65.36 -
YUV 135.85 170.98 126.68 -
System Red Green Blue C M Y K H S L
Decimal 134 122 212 0.37 0.42 0 0.17 248 0.51 0.65
Hex 86 7A D4 25 2A 0 11 F8 33 41
Octal 206 172 324 45 52 0 21 370 63 101
Binary 10000110 1111010 11010100 100101 101010 0 10001 11111000 110011 1000001

Color Harmonies of #867AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867AD4

Black with #867AD4

Text Example


Text Example

White with #867AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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