Html Css Color HEX #7F7CDA Moody Blue

📋 copy color: '#7F7CDA'

red 127 ◦ green 124 ◦ blue 218

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

Shades of Moody Blue #7F7CDA

Tints of Moody Blue #7F7CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.44%

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

R = 27.08%
G = 26.44%
B = 46.48%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F7CDA (or 0x7F7CDA) is known color: Moody Blue. HEX triplet: 7F, 7C and DA. RGB value is (127,124,218). Sum of RGB (Red+Green+Blue) = 127+124+218=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F7CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CDA is #808325. Grayscale: #878787. Windows color (decimal): -8422182 or 14318719. OLE color: 14318719.

HSL color Cylindrical-coordinate representation of color #7F7CDA: hue angle of 241.91º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F7CDA is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 124 218 -
CMYK 0.42 0.43 0 0.15
HSL 241.91º 0.56% 0.67% -
HSV(B) 241.91º 0.43% 0.85% -
XYZ 28.61 23.99 69.45 -
YUV 135.61 174.49 121.86 -
System Red Green Blue C M Y K H S L
Decimal 127 124 218 0.42 0.43 0 0.15 241.91 0.56 0.67
Hex 7F 7C DA 2A 2B 0 F F2 38 43
Octal 177 174 332 52 53 0 17 362 70 103
Binary 1111111 1111100 11011010 101010 101011 0 1111 11110010 111000 1000011

Color Harmonies of #7F7CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7CDA

Black with #7F7CDA

Text Example


Text Example

White with #7F7CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,124,218); }

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

background-color css

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

 a { background-color: rgb(127,124,218); }

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

border-color css

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

 span { border-color: rgb(127,124,218); }

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