Html Css Color HEX #7975CE Moody Blue

📋 copy color: '#7975CE'

red 121 ◦ green 117 ◦ blue 206

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

Shades of Moody Blue #7975CE

Tints of Moody Blue #7975CE

RGB

 RED value IS 121 (47.66% from 255) = 27.25%

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 27.25%
G = 26.35%
B = 46.4%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7975CE (or 0x7975CE) is known color: Moody Blue. HEX triplet: 79, 75 and CE. RGB value is (121,117,206). Sum of RGB (Red+Green+Blue) = 121+117+206=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #7975CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7975CE is #868A31. Grayscale: #7F7F7F. Windows color (decimal): -8817202 or 13530489. OLE color: 13530489.

HSL color Cylindrical-coordinate representation of color #7975CE: hue angle of 242.7º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7975CE is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 117 206 -
CMYK 0.41 0.43 0 0.19
HSL 242.7º 0.48% 0.63% -
HSV(B) 242.7º 0.43% 0.81% -
XYZ 25.39 21.24 61.15 -
YUV 128.34 171.83 122.76 -
System Red Green Blue C M Y K H S L
Decimal 121 117 206 0.41 0.43 0 0.19 242.7 0.48 0.63
Hex 79 75 CE 29 2B 0 13 F3 30 3F
Octal 171 165 316 51 53 0 23 363 60 77
Binary 1111001 1110101 11001110 101001 101011 0 10011 11110011 110000 111111

Color Harmonies of #7975CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7975CE

Black with #7975CE

Text Example


Text Example

White with #7975CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7975CE; }

 p { color: rgb(121,117,206); }

 H1.HeaderClassName
 {
   color: #7975CE;
 }
 .AnyTagClassName
 {
   color: #7975CE;
 }
</style>

background-color css

<style>
 a { background-color: #7975CE; }

 a { background-color: rgb(121,117,206); }

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

border-color css

<style>
 span { border-color: #7975CE; }

 span { border-color: rgb(121,117,206); }

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