Html Css Color HEX #7B70CD Moody Blue

📋 copy color: '#7B70CD'

red 123 ◦ green 112 ◦ blue 205

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

Shades of Moody Blue #7B70CD

Tints of Moody Blue #7B70CD

RGB

 RED value IS 123 (48.44% from 255) = 27.95%

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

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 27.95%
G = 25.45%
B = 46.59%

CMYK

 C value IS 0.4

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B70CD (or 0x7B70CD) is known color: Moody Blue. HEX triplet: 7B, 70 and CD. RGB value is (123,112,205). Sum of RGB (Red+Green+Blue) = 123+112+205=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B70CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B70CD is #848F32. Grayscale: #7D7D7D. Windows color (decimal): -8687411 or 13463675. OLE color: 13463675.

HSL color Cylindrical-coordinate representation of color #7B70CD: hue angle of 247.1º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B70CD is Cyan = 0.4, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 112 205 -
CMYK 0.4 0.45 0 0.20
HSL 247.1º 0.48% 0.62% -
HSV(B) 247.1º 0.45% 0.8% -
XYZ 24.98 20.21 60.34 -
YUV 125.89 172.64 125.94 -
System Red Green Blue C M Y K H S L
Decimal 123 112 205 0.4 0.45 0 0.20 247.1 0.48 0.62
Hex 7B 70 CD 28 2D 0 14 F7 30 3E
Octal 173 160 315 50 55 0 24 367 60 76
Binary 1111011 1110000 11001101 101000 101101 0 10100 11110111 110000 111110

Color Harmonies of #7B70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B70CD

Black with #7B70CD

Text Example


Text Example

White with #7B70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,205); }

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

background-color css

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

 a { background-color: rgb(123,112,205); }

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

border-color css

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

 span { border-color: rgb(123,112,205); }

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