Html Css Color HEX #707BCF Moody Blue

📋 copy color: '#707BCF'

red 112 ◦ green 123 ◦ blue 207

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

Shades of Moody Blue #707BCF

Tints of Moody Blue #707BCF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.83%

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

R = 25.34%
G = 27.83%
B = 46.83%

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

#707BCF (or 0x707BCF) is known color: Moody Blue. HEX triplet: 70, 7B and CF. RGB value is (112,123,207). Sum of RGB (Red+Green+Blue) = 112+123+207=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #707BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BCF is #8F8430. Grayscale: #808080. Windows color (decimal): -9405489 or 13597552. OLE color: 13597552.

HSL color Cylindrical-coordinate representation of color #707BCF: hue angle of 233.05º 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 #707BCF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 123 207 -
CMYK 0.46 0.41 0 0.19
HSL 233.05º 0.5% 0.63% -
HSV(B) 233.05º 0.46% 0.81% -
XYZ 25.03 22.12 61.98 -
YUV 129.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 112 123 207 0.46 0.41 0 0.19 233.05 0.5 0.63
Hex 70 7B CF 2E 29 0 13 E9 32 3F
Octal 160 173 317 56 51 0 23 351 62 77
Binary 1110000 1111011 11001111 101110 101001 0 10011 11101001 110010 111111

Color Harmonies of #707BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BCF

Black with #707BCF

Text Example


Text Example

White with #707BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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