Html Css Color HEX #8674BE Moody Blue

📋 copy color: '#8674BE'

red 134 ◦ green 116 ◦ blue 190

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

Shades of Moody Blue #8674BE

Tints of Moody Blue #8674BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 30.45%
G = 26.36%
B = 43.18%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8674BE (or 0x8674BE) is known color: Moody Blue. HEX triplet: 86, 74 and BE. RGB value is (134,116,190). Sum of RGB (Red+Green+Blue) = 134+116+190=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #8674BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8674BE is #798B41. Grayscale: #818181. Windows color (decimal): -7965506 or 12481670. OLE color: 12481670.

HSL color Cylindrical-coordinate representation of color #8674BE: hue angle of 254.59º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8674BE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 116 190 -
CMYK 0.29 0.39 0 0.25
HSL 254.59º 0.36% 0.6% -
HSV(B) 254.59º 0.39% 0.75% -
XYZ 25.37 21.28 51.48 -
YUV 129.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 134 116 190 0.29 0.39 0 0.25 254.59 0.36 0.6
Hex 86 74 BE 1D 27 0 19 FF 24 3C
Octal 206 164 276 35 47 0 31 377 44 74
Binary 10000110 1110100 10111110 11101 100111 0 11001 11111111 100100 111100

Color Harmonies of #8674BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8674BE

Black with #8674BE

Text Example


Text Example

White with #8674BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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