Html Css Color HEX #7C69CF Moody Blue

📋 copy color: '#7C69CF'

red 124 ◦ green 105 ◦ blue 207

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

Shades of Moody Blue #7C69CF

Tints of Moody Blue #7C69CF

RGB

 RED value IS 124 (48.83% from 255) = 28.44%

 GREEN value IS 105 (41.41% from 255) = 24.08%

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

R = 28.44%
G = 24.08%
B = 47.48%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C69CF (or 0x7C69CF) is known color: Moody Blue. HEX triplet: 7C, 69 and CF. RGB value is (124,105,207). Sum of RGB (Red+Green+Blue) = 124+105+207=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C69CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C69CF is #839630. Grayscale: #797979. Windows color (decimal): -8623665 or 13592956. OLE color: 13592956.

HSL color Cylindrical-coordinate representation of color #7C69CF: hue angle of 251.18º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C69CF is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 105 207 -
CMYK 0.40 0.49 0 0.19
HSL 251.18º 0.52% 0.61% -
HSV(B) 251.18º 0.49% 0.81% -
XYZ 24.63 18.89 61.38 -
YUV 122.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 124 105 207 0.40 0.49 0 0.19 251.18 0.52 0.61
Hex 7C 69 CF 28 31 0 13 FB 34 3D
Octal 174 151 317 50 61 0 23 373 64 75
Binary 1111100 1101001 11001111 101000 110001 0 10011 11111011 110100 111101

Color Harmonies of #7C69CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C69CF

Black with #7C69CF

Text Example


Text Example

White with #7C69CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C69CF; }

 p { color: rgb(124,105,207); }

 H1.HeaderClassName
 {
   color: #7C69CF;
 }
 .AnyTagClassName
 {
   color: #7C69CF;
 }
</style>

background-color css

<style>
 a { background-color: #7C69CF; }

 a { background-color: rgb(124,105,207); }

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

border-color css

<style>
 span { border-color: #7C69CF; }

 span { border-color: rgb(124,105,207); }

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