Html Css Color HEX #8068D2 Moody Blue

📋 copy color: '#8068D2'

red 128 ◦ green 104 ◦ blue 210

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

Shades of Moody Blue #8068D2

Tints of Moody Blue #8068D2

RGB

 RED value IS 128 (50.39% from 255) = 28.96%

 GREEN value IS 104 (41.02% from 255) = 23.53%

 BLUE value IS 210 (82.42% from 255) = 47.51%

R = 28.96%
G = 23.53%
B = 47.51%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8068D2 (or 0x8068D2) is known color: Moody Blue. HEX triplet: 80, 68 and D2. RGB value is (128,104,210). Sum of RGB (Red+Green+Blue) = 128+104+210=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 210 (82.42% from 255 or 47.51% from 442); Max value from RGB is 210 - color contains mainly: blue. Hex color #8068D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068D2 is #7F972D. Grayscale: #7A7A7A. Windows color (decimal): -8361774 or 13789312. OLE color: 13789312.

HSL color Cylindrical-coordinate representation of color #8068D2: hue angle of 253.58º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8068D2 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 104 210 -
CMYK 0.39 0.50 0 0.18
HSL 253.58º 0.54% 0.62% -
HSV(B) 253.58º 0.5% 0.82% -
XYZ 25.49 19.14 63.32 -
YUV 123.26 176.95 131.38 -
System Red Green Blue C M Y K H S L
Decimal 128 104 210 0.39 0.50 0 0.18 253.58 0.54 0.62
Hex 80 68 D2 27 32 0 12 FE 36 3E
Octal 200 150 322 47 62 0 22 376 66 76
Binary 10000000 1101000 11010010 100111 110010 0 10010 11111110 110110 111110

Color Harmonies of #8068D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8068D2

Black with #8068D2

Text Example


Text Example

White with #8068D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8068D2; }

 p { color: rgb(128,104,210); }

 H1.HeaderClassName
 {
   color: #8068D2;
 }
 .AnyTagClassName
 {
   color: #8068D2;
 }
</style>

background-color css

<style>
 a { background-color: #8068D2; }

 a { background-color: rgb(128,104,210); }

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

border-color css

<style>
 span { border-color: #8068D2; }

 span { border-color: rgb(128,104,210); }

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