Html Css Color HEX #746CCC Moody Blue

📋 copy color: '#746CCC'

red 116 ◦ green 108 ◦ blue 204

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

Shades of Moody Blue #746CCC

Tints of Moody Blue #746CCC

RGB

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

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

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

R = 27.1%
G = 25.23%
B = 47.66%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#746CCC (or 0x746CCC) is known color: Moody Blue. HEX triplet: 74, 6C and CC. RGB value is (116,108,204). Sum of RGB (Red+Green+Blue) = 116+108+204=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #746CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CCC is #8B9333. Grayscale: #787878. Windows color (decimal): -9147188 or 13397108. OLE color: 13397108.

HSL color Cylindrical-coordinate representation of color #746CCC: hue angle of 245º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746CCC is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 108 204 -
CMYK 0.43 0.47 0 0.2
HSL 245º 0.48% 0.61% -
HSV(B) 245º 0.47% 0.8% -
XYZ 23.46 18.8 59.52 -
YUV 121.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 116 108 204 0.43 0.47 0 0.2 245 0.48 0.61
Hex 74 6C CC 2B 2F 0 14 F5 30 3D
Octal 164 154 314 53 57 0 24 365 60 75
Binary 1110100 1101100 11001100 101011 101111 0 10100 11110101 110000 111101

Color Harmonies of #746CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CCC

Black with #746CCC

Text Example


Text Example

White with #746CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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