Html Css Color HEX #807BCA Moody Blue

📋 copy color: '#807BCA'

red 128 ◦ green 123 ◦ blue 202

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

Shades of Moody Blue #807BCA

Tints of Moody Blue #807BCA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.15%

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 28.26%
G = 27.15%
B = 44.59%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#807BCA (or 0x807BCA) is known color: Moody Blue. HEX triplet: 80, 7B and CA. RGB value is (128,123,202). Sum of RGB (Red+Green+Blue) = 128+123+202=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #807BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BCA is #7F8435. Grayscale: #858585. Windows color (decimal): -8356918 or 13269888. OLE color: 13269888.

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

Color convert

RGB 128 123 202 -
CMYK 0.37 0.39 0 0.21
HSL 243.8º 0.43% 0.64% -
HSV(B) 243.8º 0.39% 0.79% -
XYZ 26.65 23.02 58.92 -
YUV 133.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 128 123 202 0.37 0.39 0 0.21 243.8 0.43 0.64
Hex 80 7B CA 25 27 0 15 F4 2B 40
Octal 200 173 312 45 47 0 25 364 53 100
Binary 10000000 1111011 11001010 100101 100111 0 10101 11110100 101011 1000000

Color Harmonies of #807BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807BCA

Black with #807BCA

Text Example


Text Example

White with #807BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,123,202); }

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

background-color css

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

 a { background-color: rgb(128,123,202); }

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

border-color css

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

 span { border-color: rgb(128,123,202); }

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