Html Css Color HEX #8674CE Moody Blue

📋 copy color: '#8674CE'

red 134 ◦ green 116 ◦ blue 206

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

Shades of Moody Blue #8674CE

Tints of Moody Blue #8674CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.44%

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

R = 29.39%
G = 25.44%
B = 45.18%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8674CE (or 0x8674CE) is known color: Moody Blue. HEX triplet: 86, 74 and CE. RGB value is (134,116,206). Sum of RGB (Red+Green+Blue) = 134+116+206=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #8674CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8674CE is #798B31. Grayscale: #838383. Windows color (decimal): -7965490 or 13530246. OLE color: 13530246.

HSL color Cylindrical-coordinate representation of color #8674CE: hue angle of 252º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8674CE is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 116 206 -
CMYK 0.35 0.44 0 0.19
HSL 252º 0.48% 0.63% -
HSV(B) 252º 0.44% 0.81% -
XYZ 27.22 22.02 61.21 -
YUV 131.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 134 116 206 0.35 0.44 0 0.19 252 0.48 0.63
Hex 86 74 CE 23 2C 0 13 FC 30 3F
Octal 206 164 316 43 54 0 23 374 60 77
Binary 10000110 1110100 11001110 100011 101100 0 10011 11111100 110000 111111

Color Harmonies of #8674CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8674CE

Black with #8674CE

Text Example


Text Example

White with #8674CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8674CE; }

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

 H1.HeaderClassName
 {
   color: #8674CE;
 }
 .AnyTagClassName
 {
   color: #8674CE;
 }
</style>

background-color css

<style>
 a { background-color: #8674CE; }

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

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

border-color css

<style>
 span { border-color: #8674CE; }

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

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