Html Css Color HEX #7E69CC Moody Blue

📋 copy color: '#7E69CC'

red 126 ◦ green 105 ◦ blue 204

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

Shades of Moody Blue #7E69CC

Tints of Moody Blue #7E69CC

RGB

 RED value IS 126 (49.61% from 255) = 28.97%

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

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

R = 28.97%
G = 24.14%
B = 46.9%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7E69CC (or 0x7E69CC) is known color: Moody Blue. HEX triplet: 7E, 69 and CC. RGB value is (126,105,204). Sum of RGB (Red+Green+Blue) = 126+105+204=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E69CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E69CC is #819633. Grayscale: #7A7A7A. Windows color (decimal): -8492596 or 13396350. OLE color: 13396350.

HSL color Cylindrical-coordinate representation of color #7E69CC: hue angle of 252.73º 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 #7E69CC is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 105 204 -
CMYK 0.38 0.49 0 0.2
HSL 252.73º 0.49% 0.61% -
HSV(B) 252.73º 0.49% 0.8% -
XYZ 24.55 18.9 59.48 -
YUV 122.57 173.96 130.45 -
System Red Green Blue C M Y K H S L
Decimal 126 105 204 0.38 0.49 0 0.2 252.73 0.49 0.61
Hex 7E 69 CC 26 31 0 14 FD 31 3D
Octal 176 151 314 46 61 0 24 375 61 75
Binary 1111110 1101001 11001100 100110 110001 0 10100 11111101 110001 111101

Color Harmonies of #7E69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E69CC

Black with #7E69CC

Text Example


Text Example

White with #7E69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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