Html Css Color HEX #746CCE Moody Blue

📋 copy color: '#746CCE'

red 116 ◦ green 108 ◦ blue 206

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

Shades of Moody Blue #746CCE

Tints of Moody Blue #746CCE

RGB

 RED value IS 116 (45.7% from 255) = 26.98%

 GREEN value IS 108 (42.58% from 255) = 25.12%

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 26.98%
G = 25.12%
B = 47.91%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#746CCE (or 0x746CCE) is known color: Moody Blue. HEX triplet: 74, 6C and CE. RGB value is (116,108,206). Sum of RGB (Red+Green+Blue) = 116+108+206=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #746CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CCE is #8B9331. Grayscale: #797979. Windows color (decimal): -9147186 or 13528180. OLE color: 13528180.

HSL color Cylindrical-coordinate representation of color #746CCE: hue angle of 244.9º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #746CCE is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 108 206 -
CMYK 0.44 0.48 0 0.19
HSL 244.9º 0.5% 0.62% -
HSV(B) 244.9º 0.48% 0.81% -
XYZ 23.71 18.89 60.79 -
YUV 121.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 116 108 206 0.44 0.48 0 0.19 244.9 0.5 0.62
Hex 74 6C CE 2C 30 0 13 F5 32 3E
Octal 164 154 316 54 60 0 23 365 62 76
Binary 1110100 1101100 11001110 101100 110000 0 10011 11110101 110010 111110

Color Harmonies of #746CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CCE

Black with #746CCE

Text Example


Text Example

White with #746CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746CCE; }

 p { color: rgb(116,108,206); }

 H1.HeaderClassName
 {
   color: #746CCE;
 }
 .AnyTagClassName
 {
   color: #746CCE;
 }
</style>

background-color css

<style>
 a { background-color: #746CCE; }

 a { background-color: rgb(116,108,206); }

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

border-color css

<style>
 span { border-color: #746CCE; }

 span { border-color: rgb(116,108,206); }

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