Html Css Color HEX #7F68CC Moody Blue

📋 copy color: '#7F68CC'

red 127 ◦ green 104 ◦ blue 204

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

Shades of Moody Blue #7F68CC

Tints of Moody Blue #7F68CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.91%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 29.2%
G = 23.91%
B = 46.9%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F68CC (or 0x7F68CC) is known color: Moody Blue. HEX triplet: 7F, 68 and CC. RGB value is (127,104,204). Sum of RGB (Red+Green+Blue) = 127+104+204=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F68CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F68CC is #809733. Grayscale: #797979. Windows color (decimal): -8427316 or 13396095. OLE color: 13396095.

HSL color Cylindrical-coordinate representation of color #7F68CC: hue angle of 253.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F68CC is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 104 204 -
CMYK 0.38 0.49 0 0.2
HSL 253.8º 0.5% 0.6% -
HSV(B) 253.8º 0.49% 0.8% -
XYZ 24.6 18.77 59.45 -
YUV 122.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 127 104 204 0.38 0.49 0 0.2 253.8 0.5 0.6
Hex 7F 68 CC 26 31 0 14 FE 32 3C
Octal 177 150 314 46 61 0 24 376 62 74
Binary 1111111 1101000 11001100 100110 110001 0 10100 11111110 110010 111100

Color Harmonies of #7F68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F68CC

Black with #7F68CC

Text Example


Text Example

White with #7F68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,104,204); }

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

background-color css

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

 a { background-color: rgb(127,104,204); }

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

border-color css

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

 span { border-color: rgb(127,104,204); }

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