Html Css Color HEX #7F7AB2 Moody Blue

📋 copy color: '#7F7AB2'

red 127 ◦ green 122 ◦ blue 178

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

Shades of Moody Blue #7F7AB2

Tints of Moody Blue #7F7AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.69%

R = 29.74%
G = 28.57%
B = 41.69%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7F7AB2 (or 0x7F7AB2) is known color: Moody Blue. HEX triplet: 7F, 7A and B2. RGB value is (127,122,178). Sum of RGB (Red+Green+Blue) = 127+122+178=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #7F7AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7AB2 is #80854D. Grayscale: #818181. Windows color (decimal): -8422734 or 11696767. OLE color: 11696767.

HSL color Cylindrical-coordinate representation of color #7F7AB2: hue angle of 245.36º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F7AB2 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 122 178 -
CMYK 0.29 0.31 0 0.30
HSL 245.36º 0.27% 0.59% -
HSV(B) 245.36º 0.31% 0.7% -
XYZ 23.75 21.65 45.05 -
YUV 129.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 127 122 178 0.29 0.31 0 0.30 245.36 0.27 0.59
Hex 7F 7A B2 1D 1F 0 1E F5 1B 3B
Octal 177 172 262 35 37 0 36 365 33 73
Binary 1111111 1111010 10110010 11101 11111 0 11110 11110101 11011 111011

Color Harmonies of #7F7AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7AB2

Black with #7F7AB2

Text Example


Text Example

White with #7F7AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,122,178); }

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

background-color css

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

 a { background-color: rgb(127,122,178); }

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

border-color css

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

 span { border-color: rgb(127,122,178); }

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