Html Css Color HEX #7F6DCA Moody Blue

📋 copy color: '#7F6DCA'

red 127 ◦ green 109 ◦ blue 202

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

Shades of Moody Blue #7F6DCA

Tints of Moody Blue #7F6DCA

RGB

 RED value IS 127 (50% from 255) = 29%

 GREEN value IS 109 (42.97% from 255) = 24.89%

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 29%
G = 24.89%
B = 46.12%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F6DCA (or 0x7F6DCA) is known color: Moody Blue. HEX triplet: 7F, 6D and CA. RGB value is (127,109,202). Sum of RGB (Red+Green+Blue) = 127+109+202=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F6DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6DCA is #809235. Grayscale: #7C7C7C. Windows color (decimal): -8426038 or 13266303. OLE color: 13266303.

HSL color Cylindrical-coordinate representation of color #7F6DCA: hue angle of 251.61º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F6DCA is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 109 202 -
CMYK 0.37 0.46 0 0.21
HSL 251.61º 0.47% 0.61% -
HSV(B) 251.61º 0.46% 0.79% -
XYZ 24.88 19.71 58.37 -
YUV 124.98 171.46 129.44 -
System Red Green Blue C M Y K H S L
Decimal 127 109 202 0.37 0.46 0 0.21 251.61 0.47 0.61
Hex 7F 6D CA 25 2E 0 15 FC 2F 3D
Octal 177 155 312 45 56 0 25 374 57 75
Binary 1111111 1101101 11001010 100101 101110 0 10101 11111100 101111 111101

Color Harmonies of #7F6DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6DCA

Black with #7F6DCA

Text Example


Text Example

White with #7F6DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6DCA; }

 p { color: rgb(127,109,202); }

 H1.HeaderClassName
 {
   color: #7F6DCA;
 }
 .AnyTagClassName
 {
   color: #7F6DCA;
 }
</style>

background-color css

<style>
 a { background-color: #7F6DCA; }

 a { background-color: rgb(127,109,202); }

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

border-color css

<style>
 span { border-color: #7F6DCA; }

 span { border-color: rgb(127,109,202); }

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