Html Css Color HEX #7F7BDB Moody Blue

📋 copy color: '#7F7BDB'

red 127 ◦ green 123 ◦ blue 219

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

Shades of Moody Blue #7F7BDB

Tints of Moody Blue #7F7BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 27.08%
G = 26.23%
B = 46.7%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F7BDB (or 0x7F7BDB) is known color: Moody Blue. HEX triplet: 7F, 7B and DB. RGB value is (127,123,219). Sum of RGB (Red+Green+Blue) = 127+123+219=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F7BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7BDB is #808424. Grayscale: #868686. Windows color (decimal): -8422437 or 14383999. OLE color: 14383999.

HSL color Cylindrical-coordinate representation of color #7F7BDB: hue angle of 242.5º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F7BDB is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 123 219 -
CMYK 0.42 0.44 0 0.14
HSL 242.5º 0.57% 0.67% -
HSV(B) 242.5º 0.44% 0.86% -
XYZ 28.62 23.79 70.1 -
YUV 135.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 127 123 219 0.42 0.44 0 0.14 242.5 0.57 0.67
Hex 7F 7B DB 2A 2C 0 E F2 39 43
Octal 177 173 333 52 54 0 16 362 71 103
Binary 1111111 1111011 11011011 101010 101100 0 1110 11110010 111001 1000011

Color Harmonies of #7F7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7BDB

Black with #7F7BDB

Text Example


Text Example

White with #7F7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,123,219); }

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

background-color css

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

 a { background-color: rgb(127,123,219); }

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

border-color css

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

 span { border-color: rgb(127,123,219); }

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