Html Css Color HEX #7968CF Moody Blue

📋 copy color: '#7968CF'

red 121 ◦ green 104 ◦ blue 207

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

Shades of Moody Blue #7968CF

Tints of Moody Blue #7968CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.07%

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 28.01%
G = 24.07%
B = 47.92%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7968CF (or 0x7968CF) is known color: Moody Blue. HEX triplet: 79, 68 and CF. RGB value is (121,104,207). Sum of RGB (Red+Green+Blue) = 121+104+207=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #7968CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7968CF is #869730. Grayscale: #787878. Windows color (decimal): -8820529 or 13592697. OLE color: 13592697.

HSL color Cylindrical-coordinate representation of color #7968CF: hue angle of 249.9º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7968CF is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 104 207 -
CMYK 0.42 0.50 0 0.19
HSL 249.9º 0.52% 0.61% -
HSV(B) 249.9º 0.5% 0.81% -
XYZ 24.1 18.47 61.33 -
YUV 120.83 176.63 128.12 -
System Red Green Blue C M Y K H S L
Decimal 121 104 207 0.42 0.50 0 0.19 249.9 0.52 0.61
Hex 79 68 CF 2A 32 0 13 FA 34 3D
Octal 171 150 317 52 62 0 23 372 64 75
Binary 1111001 1101000 11001111 101010 110010 0 10011 11111010 110100 111101

Color Harmonies of #7968CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7968CF

Black with #7968CF

Text Example


Text Example

White with #7968CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7968CF; }

 p { color: rgb(121,104,207); }

 H1.HeaderClassName
 {
   color: #7968CF;
 }
 .AnyTagClassName
 {
   color: #7968CF;
 }
</style>

background-color css

<style>
 a { background-color: #7968CF; }

 a { background-color: rgb(121,104,207); }

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

border-color css

<style>
 span { border-color: #7968CF; }

 span { border-color: rgb(121,104,207); }

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