Html Css Color HEX #8675B9 Moody Blue

📋 copy color: '#8675B9'

red 134 ◦ green 117 ◦ blue 185

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

Shades of Moody Blue #8675B9

Tints of Moody Blue #8675B9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.83%

 BLUE value IS 185 (72.66% from 255) = 42.43%

R = 30.73%
G = 26.83%
B = 42.43%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8675B9 (or 0x8675B9) is known color: Moody Blue. HEX triplet: 86, 75 and B9. RGB value is (134,117,185). Sum of RGB (Red+Green+Blue) = 134+117+185=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #8675B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8675B9 is #798A46. Grayscale: #818181. Windows color (decimal): -7965255 or 12154246. OLE color: 12154246.

HSL color Cylindrical-coordinate representation of color #8675B9: hue angle of 255º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8675B9 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 117 185 -
CMYK 0.28 0.37 0 0.27
HSL 255º 0.33% 0.59% -
HSV(B) 255º 0.37% 0.73% -
XYZ 24.95 21.29 48.69 -
YUV 129.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 134 117 185 0.28 0.37 0 0.27 255 0.33 0.59
Hex 86 75 B9 1C 25 0 1B FF 21 3B
Octal 206 165 271 34 45 0 33 377 41 73
Binary 10000110 1110101 10111001 11100 100101 0 11011 11111111 100001 111011

Color Harmonies of #8675B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8675B9

Black with #8675B9

Text Example


Text Example

White with #8675B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8675B9; }

 p { color: rgb(134,117,185); }

 H1.HeaderClassName
 {
   color: #8675B9;
 }
 .AnyTagClassName
 {
   color: #8675B9;
 }
</style>

background-color css

<style>
 a { background-color: #8675B9; }

 a { background-color: rgb(134,117,185); }

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

border-color css

<style>
 span { border-color: #8675B9; }

 span { border-color: rgb(134,117,185); }

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