Html Css Color HEX #7C70CA Moody Blue

📋 copy color: '#7C70CA'

red 124 ◦ green 112 ◦ blue 202

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

Shades of Moody Blue #7C70CA

Tints of Moody Blue #7C70CA

RGB

 RED value IS 124 (48.83% from 255) = 28.31%

 GREEN value IS 112 (44.14% from 255) = 25.57%

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

R = 28.31%
G = 25.57%
B = 46.12%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7C70CA (or 0x7C70CA) is known color: Moody Blue. HEX triplet: 7C, 70 and CA. RGB value is (124,112,202). Sum of RGB (Red+Green+Blue) = 124+112+202=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 112 (44.14% from 255 or 25.57% 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 #7C70CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C70CA is #838F35. Grayscale: #7D7D7D. Windows color (decimal): -8621878 or 13267068. OLE color: 13267068.

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

Color convert

RGB 124 112 202 -
CMYK 0.39 0.45 0 0.21
HSL 248º 0.46% 0.62% -
HSV(B) 248º 0.45% 0.79% -
XYZ 24.77 20.14 58.46 -
YUV 125.85 170.98 126.68 -
System Red Green Blue C M Y K H S L
Decimal 124 112 202 0.39 0.45 0 0.21 248 0.46 0.62
Hex 7C 70 CA 27 2D 0 15 F8 2E 3E
Octal 174 160 312 47 55 0 25 370 56 76
Binary 1111100 1110000 11001010 100111 101101 0 10101 11111000 101110 111110

Color Harmonies of #7C70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C70CA

Black with #7C70CA

Text Example


Text Example

White with #7C70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,112,202); }

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

background-color css

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

 a { background-color: rgb(124,112,202); }

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

border-color css

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

 span { border-color: rgb(124,112,202); }

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