Html Css Color HEX #807FCB Moody Blue

📋 copy color: '#807FCB'

red 128 ◦ green 127 ◦ blue 203

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

Shades of Moody Blue #807FCB

Tints of Moody Blue #807FCB

RGB

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

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

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

R = 27.95%
G = 27.73%
B = 44.32%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#807FCB (or 0x807FCB) is known color: Moody Blue. HEX triplet: 80, 7F and CB. RGB value is (128,127,203). Sum of RGB (Red+Green+Blue) = 128+127+203=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #807FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FCB is #7F8034. Grayscale: #878787. Windows color (decimal): -8355893 or 13336448. OLE color: 13336448.

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

Color convert

RGB 128 127 203 -
CMYK 0.37 0.37 0 0.20
HSL 240.79º 0.42% 0.65% -
HSV(B) 240.79º 0.37% 0.8% -
XYZ 27.27 24.08 59.71 -
YUV 135.96 165.83 122.32 -
System Red Green Blue C M Y K H S L
Decimal 128 127 203 0.37 0.37 0 0.20 240.79 0.42 0.65
Hex 80 7F CB 25 25 0 14 F1 2A 41
Octal 200 177 313 45 45 0 24 361 52 101
Binary 10000000 1111111 11001011 100101 100101 0 10100 11110001 101010 1000001

Color Harmonies of #807FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807FCB

Black with #807FCB

Text Example


Text Example

White with #807FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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