Html Css Color HEX #7F68CB Moody Blue

📋 copy color: '#7F68CB'

red 127 ◦ green 104 ◦ blue 203

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

Shades of Moody Blue #7F68CB

Tints of Moody Blue #7F68CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 29.26%
G = 23.96%
B = 46.77%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F68CB (or 0x7F68CB) is known color: Moody Blue. HEX triplet: 7F, 68 and CB. RGB value is (127,104,203). Sum of RGB (Red+Green+Blue) = 127+104+203=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F68CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F68CB is #809734. Grayscale: #797979. Windows color (decimal): -8427317 or 13330559. OLE color: 13330559.

HSL color Cylindrical-coordinate representation of color #7F68CB: hue angle of 253.94º degrees, saturation: 0.49, 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 #7F68CB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 104 203 -
CMYK 0.37 0.49 0 0.20
HSL 253.94º 0.49% 0.6% -
HSV(B) 253.94º 0.49% 0.8% -
XYZ 24.48 18.72 58.82 -
YUV 122.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 127 104 203 0.37 0.49 0 0.20 253.94 0.49 0.6
Hex 7F 68 CB 25 31 0 14 FE 31 3C
Octal 177 150 313 45 61 0 24 376 61 74
Binary 1111111 1101000 11001011 100101 110001 0 10100 11111110 110001 111100

Color Harmonies of #7F68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F68CB

Black with #7F68CB

Text Example


Text Example

White with #7F68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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