Html Css Color HEX #807ABC Moody Blue

📋 copy color: '#807ABC'

red 128 ◦ green 122 ◦ blue 188

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

Shades of Moody Blue #807ABC

Tints of Moody Blue #807ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.85%

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 29.22%
G = 27.85%
B = 42.92%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#807ABC (or 0x807ABC) is known color: Moody Blue. HEX triplet: 80, 7A and BC. RGB value is (128,122,188). Sum of RGB (Red+Green+Blue) = 128+122+188=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #807ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ABC is #7F8543. Grayscale: #838383. Windows color (decimal): -8357188 or 12352128. OLE color: 12352128.

HSL color Cylindrical-coordinate representation of color #807ABC: hue angle of 245.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #807ABC is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 122 188 -
CMYK 0.32 0.35 0 0.26
HSL 245.45º 0.33% 0.61% -
HSV(B) 245.45º 0.35% 0.74% -
XYZ 24.94 22.14 50.54 -
YUV 131.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 128 122 188 0.32 0.35 0 0.26 245.45 0.33 0.61
Hex 80 7A BC 20 23 0 1A F5 21 3D
Octal 200 172 274 40 43 0 32 365 41 75
Binary 10000000 1111010 10111100 100000 100011 0 11010 11110101 100001 111101

Color Harmonies of #807ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807ABC

Black with #807ABC

Text Example


Text Example

White with #807ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807ABC; }

 p { color: rgb(128,122,188); }

 H1.HeaderClassName
 {
   color: #807ABC;
 }
 .AnyTagClassName
 {
   color: #807ABC;
 }
</style>

background-color css

<style>
 a { background-color: #807ABC; }

 a { background-color: rgb(128,122,188); }

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

border-color css

<style>
 span { border-color: #807ABC; }

 span { border-color: rgb(128,122,188); }

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