Html Css Color HEX #707BDC Moody Blue

📋 copy color: '#707BDC'

red 112 ◦ green 123 ◦ blue 220

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

Shades of Moody Blue #707BDC

Tints of Moody Blue #707BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 24.62%
G = 27.03%
B = 48.35%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#707BDC (or 0x707BDC) is known color: Moody Blue. HEX triplet: 70, 7B and DC. RGB value is (112,123,220). Sum of RGB (Red+Green+Blue) = 112+123+220=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #707BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BDC is #8F8423. Grayscale: #828282. Windows color (decimal): -9405476 or 14449520. OLE color: 14449520.

HSL color Cylindrical-coordinate representation of color #707BDC: hue angle of 233.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707BDC is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 123 220 -
CMYK 0.49 0.44 0 0.14
HSL 233.89º 0.61% 0.65% -
HSV(B) 233.89º 0.49% 0.86% -
XYZ 26.68 22.78 70.7 -
YUV 130.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 112 123 220 0.49 0.44 0 0.14 233.89 0.61 0.65
Hex 70 7B DC 31 2C 0 E EA 3D 41
Octal 160 173 334 61 54 0 16 352 75 101
Binary 1110000 1111011 11011100 110001 101100 0 1110 11101010 111101 1000001

Color Harmonies of #707BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BDC

Black with #707BDC

Text Example


Text Example

White with #707BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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