Html Css Color HEX #807CBA Moody Blue

📋 copy color: '#807CBA'

red 128 ◦ green 124 ◦ blue 186

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

Shades of Moody Blue #807CBA

Tints of Moody Blue #807CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.31%

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 29.22%
G = 28.31%
B = 42.47%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#807CBA (or 0x807CBA) is known color: Moody Blue. HEX triplet: 80, 7C and BA. RGB value is (128,124,186). Sum of RGB (Red+Green+Blue) = 128+124+186=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #807CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CBA is #7F8345. Grayscale: #848484. Windows color (decimal): -8356678 or 12221568. OLE color: 12221568.

HSL color Cylindrical-coordinate representation of color #807CBA: hue angle of 243.87º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #807CBA is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 124 186 -
CMYK 0.31 0.33 0 0.27
HSL 243.87º 0.31% 0.61% -
HSV(B) 243.87º 0.33% 0.73% -
XYZ 24.97 22.55 49.49 -
YUV 132.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 128 124 186 0.31 0.33 0 0.27 243.87 0.31 0.61
Hex 80 7C BA 1F 21 0 1B F4 1F 3D
Octal 200 174 272 37 41 0 33 364 37 75
Binary 10000000 1111100 10111010 11111 100001 0 11011 11110100 11111 111101

Color Harmonies of #807CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CBA

Black with #807CBA

Text Example


Text Example

White with #807CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,124,186); }

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

background-color css

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

 a { background-color: rgb(128,124,186); }

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

border-color css

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

 span { border-color: rgb(128,124,186); }

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