Html Css Color HEX #8682C1 Moody Blue

📋 copy color: '#8682C1'

red 134 ◦ green 130 ◦ blue 193

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

Shades of Moody Blue #8682C1

Tints of Moody Blue #8682C1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.45%

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 29.32%
G = 28.45%
B = 42.23%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8682C1 (or 0x8682C1) is known color: Moody Blue. HEX triplet: 86, 82 and C1. RGB value is (134,130,193). Sum of RGB (Red+Green+Blue) = 134+130+193=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #8682C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8682C1 is #797D3E. Grayscale: #8A8A8A. Windows color (decimal): -7961919 or 12681862. OLE color: 12681862.

HSL color Cylindrical-coordinate representation of color #8682C1: hue angle of 243.81º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8682C1 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 130 193 -
CMYK 0.31 0.33 0 0.24
HSL 243.81º 0.34% 0.63% -
HSV(B) 243.81º 0.33% 0.76% -
XYZ 27.44 24.88 53.81 -
YUV 138.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 134 130 193 0.31 0.33 0 0.24 243.81 0.34 0.63
Hex 86 82 C1 1F 21 0 18 F4 22 3F
Octal 206 202 301 37 41 0 30 364 42 77
Binary 10000110 10000010 11000001 11111 100001 0 11000 11110100 100010 111111

Color Harmonies of #8682C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8682C1

Black with #8682C1

Text Example


Text Example

White with #8682C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8682C1; }

 p { color: rgb(134,130,193); }

 H1.HeaderClassName
 {
   color: #8682C1;
 }
 .AnyTagClassName
 {
   color: #8682C1;
 }
</style>

background-color css

<style>
 a { background-color: #8682C1; }

 a { background-color: rgb(134,130,193); }

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

border-color css

<style>
 span { border-color: #8682C1; }

 span { border-color: rgb(134,130,193); }

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