Html Css Color HEX #706FCA Moody Blue

📋 copy color: '#706FCA'

red 112 ◦ green 111 ◦ blue 202

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

Shades of Moody Blue #706FCA

Tints of Moody Blue #706FCA

RGB

 RED value IS 112 (44.14% from 255) = 26.35%

 GREEN value IS 111 (43.75% from 255) = 26.12%

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

R = 26.35%
G = 26.12%
B = 47.53%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#706FCA (or 0x706FCA) is known color: Moody Blue. HEX triplet: 70, 6F and CA. RGB value is (112,111,202). Sum of RGB (Red+Green+Blue) = 112+111+202=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #706FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FCA is #8F9035. Grayscale: #797979. Windows color (decimal): -9408566 or 13266800. OLE color: 13266800.

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

Color convert

RGB 112 111 202 -
CMYK 0.45 0.45 0 0.21
HSL 240.66º 0.46% 0.61% -
HSV(B) 240.66º 0.45% 0.79% -
XYZ 23.03 19.08 58.35 -
YUV 121.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 112 111 202 0.45 0.45 0 0.21 240.66 0.46 0.61
Hex 70 6F CA 2D 2D 0 15 F1 2E 3D
Octal 160 157 312 55 55 0 25 361 56 75
Binary 1110000 1101111 11001010 101101 101101 0 10101 11110001 101110 111101

Color Harmonies of #706FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FCA

Black with #706FCA

Text Example


Text Example

White with #706FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706FCA; }

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

 H1.HeaderClassName
 {
   color: #706FCA;
 }
 .AnyTagClassName
 {
   color: #706FCA;
 }
</style>

background-color css

<style>
 a { background-color: #706FCA; }

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

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

border-color css

<style>
 span { border-color: #706FCA; }

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

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