Html Css Color HEX #707ACF Moody Blue

📋 copy color: '#707ACF'

red 112 ◦ green 122 ◦ blue 207

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

Shades of Moody Blue #707ACF

Tints of Moody Blue #707ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.66%

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 25.4%
G = 27.66%
B = 46.94%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#707ACF (or 0x707ACF) is known color: Moody Blue. HEX triplet: 70, 7A and CF. RGB value is (112,122,207). Sum of RGB (Red+Green+Blue) = 112+122+207=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #707ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ACF is #8F8530. Grayscale: #808080. Windows color (decimal): -9405745 or 13597296. OLE color: 13597296.

HSL color Cylindrical-coordinate representation of color #707ACF: hue angle of 233.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #707ACF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 122 207 -
CMYK 0.46 0.41 0 0.19
HSL 233.68º 0.5% 0.63% -
HSV(B) 233.68º 0.46% 0.81% -
XYZ 24.9 21.87 61.94 -
YUV 128.7 172.19 116.09 -
System Red Green Blue C M Y K H S L
Decimal 112 122 207 0.46 0.41 0 0.19 233.68 0.5 0.63
Hex 70 7A CF 2E 29 0 13 EA 32 3F
Octal 160 172 317 56 51 0 23 352 62 77
Binary 1110000 1111010 11001111 101110 101001 0 10011 11101010 110010 111111

Color Harmonies of #707ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707ACF

Black with #707ACF

Text Example


Text Example

White with #707ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707ACF; }

 p { color: rgb(112,122,207); }

 H1.HeaderClassName
 {
   color: #707ACF;
 }
 .AnyTagClassName
 {
   color: #707ACF;
 }
</style>

background-color css

<style>
 a { background-color: #707ACF; }

 a { background-color: rgb(112,122,207); }

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

border-color css

<style>
 span { border-color: #707ACF; }

 span { border-color: rgb(112,122,207); }

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