Html Css Color HEX #7F7CBB Moody Blue

📋 copy color: '#7F7CBB'

red 127 ◦ green 124 ◦ blue 187

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

Shades of Moody Blue #7F7CBB

Tints of Moody Blue #7F7CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.31%

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

R = 29%
G = 28.31%
B = 42.69%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F7CBB (or 0x7F7CBB) is known color: Moody Blue. HEX triplet: 7F, 7C and BB. RGB value is (127,124,187). Sum of RGB (Red+Green+Blue) = 127+124+187=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F7CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CBB is #808344. Grayscale: #838383. Windows color (decimal): -8422213 or 12287103. OLE color: 12287103.

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

Color convert

RGB 127 124 187 -
CMYK 0.32 0.34 0 0.27
HSL 242.86º 0.32% 0.61% -
HSV(B) 242.86º 0.34% 0.73% -
XYZ 24.93 22.52 50.05 -
YUV 132.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 127 124 187 0.32 0.34 0 0.27 242.86 0.32 0.61
Hex 7F 7C BB 20 22 0 1B F3 20 3D
Octal 177 174 273 40 42 0 33 363 40 75
Binary 1111111 1111100 10111011 100000 100010 0 11011 11110011 100000 111101

Color Harmonies of #7F7CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7CBB

Black with #7F7CBB

Text Example


Text Example

White with #7F7CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,124,187); }

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

background-color css

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

 a { background-color: rgb(127,124,187); }

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

border-color css

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

 span { border-color: rgb(127,124,187); }

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