Html Css Color HEX #7F7EBA Moody Blue

📋 copy color: '#7F7EBA'

red 127 ◦ green 126 ◦ blue 186

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

Shades of Moody Blue #7F7EBA

Tints of Moody Blue #7F7EBA

RGB

 RED value IS 127 (50% from 255) = 28.93%

 GREEN value IS 126 (49.61% from 255) = 28.7%

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 28.93%
G = 28.7%
B = 42.37%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F7EBA (or 0x7F7EBA) is known color: Moody Blue. HEX triplet: 7F, 7E and BA. RGB value is (127,126,186). Sum of RGB (Red+Green+Blue) = 127+126+186=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F7EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7EBA is #808145. Grayscale: #848484. Windows color (decimal): -8421702 or 12222079. OLE color: 12222079.

HSL color Cylindrical-coordinate representation of color #7F7EBA: hue angle of 241º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F7EBA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 126 186 -
CMYK 0.32 0.32 0 0.27
HSL 241º 0.3% 0.61% -
HSV(B) 241º 0.32% 0.73% -
XYZ 25.08 22.98 49.57 -
YUV 133.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 127 126 186 0.32 0.32 0 0.27 241 0.3 0.61
Hex 7F 7E BA 20 20 0 1B F1 1E 3D
Octal 177 176 272 40 40 0 33 361 36 75
Binary 1111111 1111110 10111010 100000 100000 0 11011 11110001 11110 111101

Color Harmonies of #7F7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7EBA

Black with #7F7EBA

Text Example


Text Example

White with #7F7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,126,186); }

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

background-color css

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

 a { background-color: rgb(127,126,186); }

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

border-color css

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

 span { border-color: rgb(127,126,186); }

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