Html Css Color HEX #807FC9 Moody Blue

📋 copy color: '#807FC9'

red 128 ◦ green 127 ◦ blue 201

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

Shades of Moody Blue #807FC9

Tints of Moody Blue #807FC9

RGB

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

 GREEN value IS 127 (50% from 255) = 27.85%

 BLUE value IS 201 (78.91% from 255) = 44.08%

R = 28.07%
G = 27.85%
B = 44.08%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#807FC9 (or 0x807FC9) is known color: Moody Blue. HEX triplet: 80, 7F and C9. RGB value is (128,127,201). Sum of RGB (Red+Green+Blue) = 128+127+201=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #807FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FC9 is #7F8036. Grayscale: #878787. Windows color (decimal): -8355895 or 13205376. OLE color: 13205376.

HSL color Cylindrical-coordinate representation of color #807FC9: hue angle of 240.81º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #807FC9 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 127 201 -
CMYK 0.36 0.37 0 0.21
HSL 240.81º 0.41% 0.64% -
HSV(B) 240.81º 0.37% 0.79% -
XYZ 27.03 23.98 58.46 -
YUV 135.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 128 127 201 0.36 0.37 0 0.21 240.81 0.41 0.64
Hex 80 7F C9 24 25 0 15 F1 29 40
Octal 200 177 311 44 45 0 25 361 51 100
Binary 10000000 1111111 11001001 100100 100101 0 10101 11110001 101001 1000000

Color Harmonies of #807FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807FC9

Black with #807FC9

Text Example


Text Example

White with #807FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,127,201); }

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

background-color css

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

 a { background-color: rgb(128,127,201); }

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

border-color css

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

 span { border-color: rgb(128,127,201); }

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