Html Css Color HEX #8672D4 Moody Blue

📋 copy color: '#8672D4'

red 134 ◦ green 114 ◦ blue 212

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

Shades of Moody Blue #8672D4

Tints of Moody Blue #8672D4

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.78%

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

R = 29.13%
G = 24.78%
B = 46.09%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8672D4 (or 0x8672D4) is known color: Moody Blue. HEX triplet: 86, 72 and D4. RGB value is (134,114,212). Sum of RGB (Red+Green+Blue) = 134+114+212=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #8672D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8672D4 is #798D2B. Grayscale: #828282. Windows color (decimal): -7965996 or 13922950. OLE color: 13922950.

HSL color Cylindrical-coordinate representation of color #8672D4: hue angle of 252.24º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8672D4 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 114 212 -
CMYK 0.37 0.46 0 0.17
HSL 252.24º 0.53% 0.64% -
HSV(B) 252.24º 0.46% 0.83% -
XYZ 27.73 21.86 65.04 -
YUV 131.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 134 114 212 0.37 0.46 0 0.17 252.24 0.53 0.64
Hex 86 72 D4 25 2E 0 11 FC 35 40
Octal 206 162 324 45 56 0 21 374 65 100
Binary 10000110 1110010 11010100 100101 101110 0 10001 11111100 110101 1000000

Color Harmonies of #8672D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8672D4

Black with #8672D4

Text Example


Text Example

White with #8672D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8672D4; }

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

 H1.HeaderClassName
 {
   color: #8672D4;
 }
 .AnyTagClassName
 {
   color: #8672D4;
 }
</style>

background-color css

<style>
 a { background-color: #8672D4; }

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

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

border-color css

<style>
 span { border-color: #8672D4; }

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

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