Html Css Color HEX #7E70BB Moody Blue

📋 copy color: '#7E70BB'

red 126 ◦ green 112 ◦ blue 187

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

Shades of Moody Blue #7E70BB

Tints of Moody Blue #7E70BB

RGB

 RED value IS 126 (49.61% from 255) = 29.65%

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

 BLUE value IS 187 (73.44% from 255) = 44%

R = 29.65%
G = 26.35%
B = 44%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E70BB (or 0x7E70BB) is known color: Moody Blue. HEX triplet: 7E, 70 and BB. RGB value is (126,112,187). Sum of RGB (Red+Green+Blue) = 126+112+187=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E70BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E70BB is #818F44. Grayscale: #7C7C7C. Windows color (decimal): -8490821 or 12284030. OLE color: 12284030.

HSL color Cylindrical-coordinate representation of color #7E70BB: hue angle of 251.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E70BB is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 112 187 -
CMYK 0.33 0.40 0 0.27
HSL 251.2º 0.36% 0.59% -
HSV(B) 251.2º 0.4% 0.73% -
XYZ 23.37 19.61 49.57 -
YUV 124.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 126 112 187 0.33 0.40 0 0.27 251.2 0.36 0.59
Hex 7E 70 BB 21 28 0 1B FB 24 3B
Octal 176 160 273 41 50 0 33 373 44 73
Binary 1111110 1110000 10111011 100001 101000 0 11011 11111011 100100 111011

Color Harmonies of #7E70BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E70BB

Black with #7E70BB

Text Example


Text Example

White with #7E70BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,112,187); }

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

background-color css

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

 a { background-color: rgb(126,112,187); }

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

border-color css

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

 span { border-color: rgb(126,112,187); }

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