Html Css Color HEX #7F69C6 Moody Blue

📋 copy color: '#7F69C6'

red 127 ◦ green 105 ◦ blue 198

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

Shades of Moody Blue #7F69C6

Tints of Moody Blue #7F69C6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.42%

 BLUE value IS 198 (77.73% from 255) = 46.05%

R = 29.53%
G = 24.42%
B = 46.05%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7F69C6 (or 0x7F69C6) is known color: Moody Blue. HEX triplet: 7F, 69 and C6. RGB value is (127,105,198). Sum of RGB (Red+Green+Blue) = 127+105+198=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 198 - color contains mainly: blue. Hex color #7F69C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F69C6 is #809639. Grayscale: #797979. Windows color (decimal): -8427066 or 13003135. OLE color: 13003135.

HSL color Cylindrical-coordinate representation of color #7F69C6: hue angle of 254.19º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F69C6 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 105 198 -
CMYK 0.36 0.47 0 0.22
HSL 254.19º 0.45% 0.59% -
HSV(B) 254.19º 0.47% 0.78% -
XYZ 24 18.69 55.77 -
YUV 122.18 170.79 131.44 -
System Red Green Blue C M Y K H S L
Decimal 127 105 198 0.36 0.47 0 0.22 254.19 0.45 0.59
Hex 7F 69 C6 24 2F 0 16 FE 2D 3B
Octal 177 151 306 44 57 0 26 376 55 73
Binary 1111111 1101001 11000110 100100 101111 0 10110 11111110 101101 111011

Color Harmonies of #7F69C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F69C6

Black with #7F69C6

Text Example


Text Example

White with #7F69C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,105,198); }

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

background-color css

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

 a { background-color: rgb(127,105,198); }

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

border-color css

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

 span { border-color: rgb(127,105,198); }

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