Html Css Color HEX #7874CB Moody Blue

📋 copy color: '#7874CB'

red 120 ◦ green 116 ◦ blue 203

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

Shades of Moody Blue #7874CB

Tints of Moody Blue #7874CB

RGB

 RED value IS 120 (47.27% from 255) = 27.33%

 GREEN value IS 116 (45.7% from 255) = 26.42%

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

R = 27.33%
G = 26.42%
B = 46.24%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7874CB (or 0x7874CB) is known color: Moody Blue. HEX triplet: 78, 74 and CB. RGB value is (120,116,203). Sum of RGB (Red+Green+Blue) = 120+116+203=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #7874CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7874CB is #878B34. Grayscale: #7E7E7E. Windows color (decimal): -8882997 or 13333624. OLE color: 13333624.

HSL color Cylindrical-coordinate representation of color #7874CB: hue angle of 242.76º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7874CB is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 116 203 -
CMYK 0.41 0.43 0 0.20
HSL 242.76º 0.46% 0.63% -
HSV(B) 242.76º 0.43% 0.8% -
XYZ 24.77 20.8 59.21 -
YUV 127.11 170.83 122.93 -
System Red Green Blue C M Y K H S L
Decimal 120 116 203 0.41 0.43 0 0.20 242.76 0.46 0.63
Hex 78 74 CB 29 2B 0 14 F3 2E 3F
Octal 170 164 313 51 53 0 24 363 56 77
Binary 1111000 1110100 11001011 101001 101011 0 10100 11110011 101110 111111

Color Harmonies of #7874CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7874CB

Black with #7874CB

Text Example


Text Example

White with #7874CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7874CB; }

 p { color: rgb(120,116,203); }

 H1.HeaderClassName
 {
   color: #7874CB;
 }
 .AnyTagClassName
 {
   color: #7874CB;
 }
</style>

background-color css

<style>
 a { background-color: #7874CB; }

 a { background-color: rgb(120,116,203); }

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

border-color css

<style>
 span { border-color: #7874CB; }

 span { border-color: rgb(120,116,203); }

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