Html Css Color HEX #7675D0 Moody Blue

📋 copy color: '#7675D0'

red 118 ◦ green 117 ◦ blue 208

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

Shades of Moody Blue #7675D0

Tints of Moody Blue #7675D0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

 BLUE value IS 208 (81.64% from 255) = 46.95%

R = 26.64%
G = 26.41%
B = 46.95%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7675D0 (or 0x7675D0) is known color: Moody Blue. HEX triplet: 76, 75 and D0. RGB value is (118,117,208). Sum of RGB (Red+Green+Blue) = 118+117+208=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #7675D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7675D0 is #898A2F. Grayscale: #7F7F7F. Windows color (decimal): -9013808 or 13661558. OLE color: 13661558.

HSL color Cylindrical-coordinate representation of color #7675D0: hue angle of 240.66º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7675D0 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 117 208 -
CMYK 0.43 0.44 0 0.18
HSL 240.66º 0.49% 0.64% -
HSV(B) 240.66º 0.44% 0.82% -
XYZ 25.22 21.13 62.42 -
YUV 127.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 118 117 208 0.43 0.44 0 0.18 240.66 0.49 0.64
Hex 76 75 D0 2B 2C 0 12 F1 31 40
Octal 166 165 320 53 54 0 22 361 61 100
Binary 1110110 1110101 11010000 101011 101100 0 10010 11110001 110001 1000000

Color Harmonies of #7675D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675D0

Black with #7675D0

Text Example


Text Example

White with #7675D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7675D0; }

 p { color: rgb(118,117,208); }

 H1.HeaderClassName
 {
   color: #7675D0;
 }
 .AnyTagClassName
 {
   color: #7675D0;
 }
</style>

background-color css

<style>
 a { background-color: #7675D0; }

 a { background-color: rgb(118,117,208); }

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

border-color css

<style>
 span { border-color: #7675D0; }

 span { border-color: rgb(118,117,208); }

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