Html Css Color HEX #7671CB Moody Blue

📋 copy color: '#7671CB'

red 118 ◦ green 113 ◦ blue 203

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

Shades of Moody Blue #7671CB

Tints of Moody Blue #7671CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.04%

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 27.19%
G = 26.04%
B = 46.77%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7671CB (or 0x7671CB) is known color: Moody Blue. HEX triplet: 76, 71 and CB. RGB value is (118,113,203). Sum of RGB (Red+Green+Blue) = 118+113+203=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #7671CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671CB is #898E34. Grayscale: #7C7C7C. Windows color (decimal): -9014837 or 13332854. OLE color: 13332854.

HSL color Cylindrical-coordinate representation of color #7671CB: hue angle of 243.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7671CB is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 113 203 -
CMYK 0.42 0.44 0 0.20
HSL 243.33º 0.46% 0.62% -
HSV(B) 243.33º 0.44% 0.8% -
XYZ 24.16 19.97 59.08 -
YUV 124.76 172.16 123.18 -
System Red Green Blue C M Y K H S L
Decimal 118 113 203 0.42 0.44 0 0.20 243.33 0.46 0.62
Hex 76 71 CB 2A 2C 0 14 F3 2E 3E
Octal 166 161 313 52 54 0 24 363 56 76
Binary 1110110 1110001 11001011 101010 101100 0 10100 11110011 101110 111110

Color Harmonies of #7671CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7671CB

Black with #7671CB

Text Example


Text Example

White with #7671CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7671CB; }

 p { color: rgb(118,113,203); }

 H1.HeaderClassName
 {
   color: #7671CB;
 }
 .AnyTagClassName
 {
   color: #7671CB;
 }
</style>

background-color css

<style>
 a { background-color: #7671CB; }

 a { background-color: rgb(118,113,203); }

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

border-color css

<style>
 span { border-color: #7671CB; }

 span { border-color: rgb(118,113,203); }

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