Html Css Color HEX #806ACB Moody Blue

📋 copy color: '#806ACB'

red 128 ◦ green 106 ◦ blue 203

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

Shades of Moody Blue #806ACB

Tints of Moody Blue #806ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.26%

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 29.29%
G = 24.26%
B = 46.45%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#806ACB (or 0x806ACB) is known color: Moody Blue. HEX triplet: 80, 6A and CB. RGB value is (128,106,203). Sum of RGB (Red+Green+Blue) = 128+106+203=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #806ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ACB is #7F9534. Grayscale: #7B7B7B. Windows color (decimal): -8361269 or 13331072. OLE color: 13331072.

HSL color Cylindrical-coordinate representation of color #806ACB: hue angle of 253.61º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806ACB is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 106 203 -
CMYK 0.37 0.48 0 0.20
HSL 253.61º 0.48% 0.61% -
HSV(B) 253.61º 0.48% 0.8% -
XYZ 24.84 19.21 58.9 -
YUV 123.64 172.79 131.11 -
System Red Green Blue C M Y K H S L
Decimal 128 106 203 0.37 0.48 0 0.20 253.61 0.48 0.61
Hex 80 6A CB 25 30 0 14 FE 30 3D
Octal 200 152 313 45 60 0 24 376 60 75
Binary 10000000 1101010 11001011 100101 110000 0 10100 11111110 110000 111101

Color Harmonies of #806ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806ACB

Black with #806ACB

Text Example


Text Example

White with #806ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806ACB; }

 p { color: rgb(128,106,203); }

 H1.HeaderClassName
 {
   color: #806ACB;
 }
 .AnyTagClassName
 {
   color: #806ACB;
 }
</style>

background-color css

<style>
 a { background-color: #806ACB; }

 a { background-color: rgb(128,106,203); }

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

border-color css

<style>
 span { border-color: #806ACB; }

 span { border-color: rgb(128,106,203); }

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