Html Css Color HEX #7875BF Moody Blue

📋 copy color: '#7875BF'

red 120 ◦ green 117 ◦ blue 191

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

Shades of Moody Blue #7875BF

Tints of Moody Blue #7875BF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.34%

 BLUE value IS 191 (75% from 255) = 44.63%

R = 28.04%
G = 27.34%
B = 44.63%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7875BF (or 0x7875BF) is known color: Moody Blue. HEX triplet: 78, 75 and BF. RGB value is (120,117,191). Sum of RGB (Red+Green+Blue) = 120+117+191=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #7875BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7875BF is #878A40. Grayscale: #7E7E7E. Windows color (decimal): -8882753 or 12547448. OLE color: 12547448.

HSL color Cylindrical-coordinate representation of color #7875BF: hue angle of 242.43º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7875BF is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 117 191 -
CMYK 0.37 0.39 0 0.25
HSL 242.43º 0.37% 0.6% -
HSV(B) 242.43º 0.39% 0.75% -
XYZ 23.51 20.48 52 -
YUV 126.33 164.49 123.48 -
System Red Green Blue C M Y K H S L
Decimal 120 117 191 0.37 0.39 0 0.25 242.43 0.37 0.6
Hex 78 75 BF 25 27 0 19 F2 25 3C
Octal 170 165 277 45 47 0 31 362 45 74
Binary 1111000 1110101 10111111 100101 100111 0 11001 11110010 100101 111100

Color Harmonies of #7875BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7875BF

Black with #7875BF

Text Example


Text Example

White with #7875BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7875BF; }

 p { color: rgb(120,117,191); }

 H1.HeaderClassName
 {
   color: #7875BF;
 }
 .AnyTagClassName
 {
   color: #7875BF;
 }
</style>

background-color css

<style>
 a { background-color: #7875BF; }

 a { background-color: rgb(120,117,191); }

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

border-color css

<style>
 span { border-color: #7875BF; }

 span { border-color: rgb(120,117,191); }

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