Html Css Color HEX #7C69CC Moody Blue

📋 copy color: '#7C69CC'

red 124 ◦ green 105 ◦ blue 204

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

Shades of Moody Blue #7C69CC

Tints of Moody Blue #7C69CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 28.64%
G = 24.25%
B = 47.11%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C69CC (or 0x7C69CC) is known color: Moody Blue. HEX triplet: 7C, 69 and CC. RGB value is (124,105,204). Sum of RGB (Red+Green+Blue) = 124+105+204=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C69CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C69CC is #839633. Grayscale: #797979. Windows color (decimal): -8623668 or 13396348. OLE color: 13396348.

HSL color Cylindrical-coordinate representation of color #7C69CC: hue angle of 251.52º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C69CC is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 105 204 -
CMYK 0.39 0.49 0 0.2
HSL 251.52º 0.49% 0.61% -
HSV(B) 251.52º 0.49% 0.8% -
XYZ 24.26 18.75 59.47 -
YUV 121.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 124 105 204 0.39 0.49 0 0.2 251.52 0.49 0.61
Hex 7C 69 CC 27 31 0 14 FC 31 3D
Octal 174 151 314 47 61 0 24 374 61 75
Binary 1111100 1101001 11001100 100111 110001 0 10100 11111100 110001 111101

Color Harmonies of #7C69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C69CC

Black with #7C69CC

Text Example


Text Example

White with #7C69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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