Html Css Color HEX #7F6CCA Moody Blue

📋 copy color: '#7F6CCA'

red 127 ◦ green 108 ◦ blue 202

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

Shades of Moody Blue #7F6CCA

Tints of Moody Blue #7F6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.71%

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

R = 29.06%
G = 24.71%
B = 46.22%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F6CCA (or 0x7F6CCA) is known color: Moody Blue. HEX triplet: 7F, 6C and CA. RGB value is (127,108,202). Sum of RGB (Red+Green+Blue) = 127+108+202=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F6CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6CCA is #809335. Grayscale: #7C7C7C. Windows color (decimal): -8426294 or 13266047. OLE color: 13266047.

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

Color convert

RGB 127 108 202 -
CMYK 0.37 0.47 0 0.21
HSL 252.13º 0.47% 0.61% -
HSV(B) 252.13º 0.47% 0.79% -
XYZ 24.78 19.5 58.34 -
YUV 124.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 127 108 202 0.37 0.47 0 0.21 252.13 0.47 0.61
Hex 7F 6C CA 25 2F 0 15 FC 2F 3D
Octal 177 154 312 45 57 0 25 374 57 75
Binary 1111111 1101100 11001010 100101 101111 0 10101 11111100 101111 111101

Color Harmonies of #7F6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6CCA

Black with #7F6CCA

Text Example


Text Example

White with #7F6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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