Html Css Color HEX #8683D1 Moody Blue

📋 copy color: '#8683D1'

red 134 ◦ green 131 ◦ blue 209

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

Shades of Moody Blue #8683D1

Tints of Moody Blue #8683D1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.64%

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 28.27%
G = 27.64%
B = 44.09%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8683D1 (or 0x8683D1) is known color: Moody Blue. HEX triplet: 86, 83 and D1. RGB value is (134,131,209). Sum of RGB (Red+Green+Blue) = 134+131+209=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #8683D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8683D1 is #797C2E. Grayscale: #8C8C8C. Windows color (decimal): -7961647 or 13730694. OLE color: 13730694.

HSL color Cylindrical-coordinate representation of color #8683D1: hue angle of 242.31º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8683D1 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 131 209 -
CMYK 0.36 0.37 0 0.18
HSL 242.31º 0.46% 0.67% -
HSV(B) 242.31º 0.37% 0.82% -
XYZ 29.46 25.9 63.77 -
YUV 140.79 166.49 123.16 -
System Red Green Blue C M Y K H S L
Decimal 134 131 209 0.36 0.37 0 0.18 242.31 0.46 0.67
Hex 86 83 D1 24 25 0 12 F2 2E 43
Octal 206 203 321 44 45 0 22 362 56 103
Binary 10000110 10000011 11010001 100100 100101 0 10010 11110010 101110 1000011

Color Harmonies of #8683D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8683D1

Black with #8683D1

Text Example


Text Example

White with #8683D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8683D1; }

 p { color: rgb(134,131,209); }

 H1.HeaderClassName
 {
   color: #8683D1;
 }
 .AnyTagClassName
 {
   color: #8683D1;
 }
</style>

background-color css

<style>
 a { background-color: #8683D1; }

 a { background-color: rgb(134,131,209); }

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

border-color css

<style>
 span { border-color: #8683D1; }

 span { border-color: rgb(134,131,209); }

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