Html Css Color HEX #7B68CD Moody Blue

📋 copy color: '#7B68CD'

red 123 ◦ green 104 ◦ blue 205

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

Shades of Moody Blue #7B68CD

Tints of Moody Blue #7B68CD

RGB

 RED value IS 123 (48.44% from 255) = 28.47%

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 28.47%
G = 24.07%
B = 47.45%

CMYK

 C value IS 0.4

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B68CD (or 0x7B68CD) is known color: Moody Blue. HEX triplet: 7B, 68 and CD. RGB value is (123,104,205). Sum of RGB (Red+Green+Blue) = 123+104+205=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B68CD is #849732. Grayscale: #787878. Windows color (decimal): -8689459 or 13461627. OLE color: 13461627.

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

Color convert

RGB 123 104 205 -
CMYK 0.4 0.49 0 0.20
HSL 251.29º 0.5% 0.61% -
HSV(B) 251.29º 0.49% 0.8% -
XYZ 24.14 18.52 60.06 -
YUV 121.2 175.29 129.29 -
System Red Green Blue C M Y K H S L
Decimal 123 104 205 0.4 0.49 0 0.20 251.29 0.5 0.61
Hex 7B 68 CD 28 31 0 14 FB 32 3D
Octal 173 150 315 50 61 0 24 373 62 75
Binary 1111011 1101000 11001101 101000 110001 0 10100 11111011 110010 111101

Color Harmonies of #7B68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B68CD

Black with #7B68CD

Text Example


Text Example

White with #7B68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,104,205); }

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

background-color css

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

 a { background-color: rgb(123,104,205); }

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

border-color css

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

 span { border-color: rgb(123,104,205); }

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