Html Css Color HEX #7674DA Moody Blue

📋 copy color: '#7674DA'

red 118 ◦ green 116 ◦ blue 218

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

Shades of Moody Blue #7674DA

Tints of Moody Blue #7674DA

RGB

 RED value IS 118 (46.48% from 255) = 26.11%

 GREEN value IS 116 (45.7% from 255) = 25.66%

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 26.11%
G = 25.66%
B = 48.23%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7674DA (or 0x7674DA) is known color: Moody Blue. HEX triplet: 76, 74 and DA. RGB value is (118,116,218). Sum of RGB (Red+Green+Blue) = 118+116+218=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #7674DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7674DA is #898B25. Grayscale: #7F7F7F. Windows color (decimal): -9014054 or 14316662. OLE color: 14316662.

HSL color Cylindrical-coordinate representation of color #7674DA: hue angle of 241.18º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7674DA is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 116 218 -
CMYK 0.46 0.47 0 0.15
HSL 241.18º 0.58% 0.65% -
HSV(B) 241.18º 0.47% 0.85% -
XYZ 26.37 21.4 69.07 -
YUV 128.23 178.66 120.71 -
System Red Green Blue C M Y K H S L
Decimal 118 116 218 0.46 0.47 0 0.15 241.18 0.58 0.65
Hex 76 74 DA 2E 2F 0 F F1 3A 41
Octal 166 164 332 56 57 0 17 361 72 101
Binary 1110110 1110100 11011010 101110 101111 0 1111 11110001 111010 1000001

Color Harmonies of #7674DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7674DA

Black with #7674DA

Text Example


Text Example

White with #7674DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7674DA; }

 p { color: rgb(118,116,218); }

 H1.HeaderClassName
 {
   color: #7674DA;
 }
 .AnyTagClassName
 {
   color: #7674DA;
 }
</style>

background-color css

<style>
 a { background-color: #7674DA; }

 a { background-color: rgb(118,116,218); }

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

border-color css

<style>
 span { border-color: #7674DA; }

 span { border-color: rgb(118,116,218); }

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