Html Css Color HEX #7675CE Moody Blue

📋 copy color: '#7675CE'

red 118 ◦ green 117 ◦ blue 206

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

Shades of Moody Blue #7675CE

Tints of Moody Blue #7675CE

RGB

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

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

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

R = 26.76%
G = 26.53%
B = 46.71%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7675CE (or 0x7675CE) is known color: Moody Blue. HEX triplet: 76, 75 and CE. RGB value is (118,117,206). Sum of RGB (Red+Green+Blue) = 118+117+206=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #7675CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7675CE is #898A31. Grayscale: #7F7F7F. Windows color (decimal): -9013810 or 13530486. OLE color: 13530486.

HSL color Cylindrical-coordinate representation of color #7675CE: hue angle of 240.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7675CE is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 117 206 -
CMYK 0.43 0.43 0 0.19
HSL 240.67º 0.48% 0.63% -
HSV(B) 240.67º 0.43% 0.81% -
XYZ 24.97 21.03 61.14 -
YUV 127.45 172.33 121.26 -
System Red Green Blue C M Y K H S L
Decimal 118 117 206 0.43 0.43 0 0.19 240.67 0.48 0.63
Hex 76 75 CE 2B 2B 0 13 F1 30 3F
Octal 166 165 316 53 53 0 23 361 60 77
Binary 1110110 1110101 11001110 101011 101011 0 10011 11110001 110000 111111

Color Harmonies of #7675CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675CE

Black with #7675CE

Text Example


Text Example

White with #7675CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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