Html Css Color HEX #7967BE Moody Blue

📋 copy color: '#7967BE'

red 121 ◦ green 103 ◦ blue 190

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

Shades of Moody Blue #7967BE

Tints of Moody Blue #7967BE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.88%

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 29.23%
G = 24.88%
B = 45.89%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7967BE (or 0x7967BE) is known color: Moody Blue. HEX triplet: 79, 67 and BE. RGB value is (121,103,190). Sum of RGB (Red+Green+Blue) = 121+103+190=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #7967BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7967BE is #869841. Grayscale: #757575. Windows color (decimal): -8820802 or 12478329. OLE color: 12478329.

HSL color Cylindrical-coordinate representation of color #7967BE: hue angle of 252.41º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7967BE is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 103 190 -
CMYK 0.36 0.46 0 0.25
HSL 252.41º 0.4% 0.57% -
HSV(B) 252.41º 0.46% 0.75% -
XYZ 22.03 17.48 50.93 -
YUV 118.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 121 103 190 0.36 0.46 0 0.25 252.41 0.4 0.57
Hex 79 67 BE 24 2E 0 19 FC 28 39
Octal 171 147 276 44 56 0 31 374 50 71
Binary 1111001 1100111 10111110 100100 101110 0 11001 11111100 101000 111001

Color Harmonies of #7967BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7967BE

Black with #7967BE

Text Example


Text Example

White with #7967BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7967BE; }

 p { color: rgb(121,103,190); }

 H1.HeaderClassName
 {
   color: #7967BE;
 }
 .AnyTagClassName
 {
   color: #7967BE;
 }
</style>

background-color css

<style>
 a { background-color: #7967BE; }

 a { background-color: rgb(121,103,190); }

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

border-color css

<style>
 span { border-color: #7967BE; }

 span { border-color: rgb(121,103,190); }

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