Html Css Color HEX #7B68CF Moody Blue

📋 copy color: '#7B68CF'

red 123 ◦ green 104 ◦ blue 207

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

Shades of Moody Blue #7B68CF

Tints of Moody Blue #7B68CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 28.34%
G = 23.96%
B = 47.7%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B68CF (or 0x7B68CF) is known color: Moody Blue. HEX triplet: 7B, 68 and CF. RGB value is (123,104,207). Sum of RGB (Red+Green+Blue) = 123+104+207=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B68CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B68CF is #849730. Grayscale: #797979. Windows color (decimal): -8689457 or 13592699. OLE color: 13592699.

HSL color Cylindrical-coordinate representation of color #7B68CF: hue angle of 251.07º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B68CF is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 104 207 -
CMYK 0.41 0.50 0 0.19
HSL 251.07º 0.52% 0.61% -
HSV(B) 251.07º 0.5% 0.81% -
XYZ 24.38 18.62 61.34 -
YUV 121.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 123 104 207 0.41 0.50 0 0.19 251.07 0.52 0.61
Hex 7B 68 CF 29 32 0 13 FB 34 3D
Octal 173 150 317 51 62 0 23 373 64 75
Binary 1111011 1101000 11001111 101001 110010 0 10011 11111011 110100 111101

Color Harmonies of #7B68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B68CF

Black with #7B68CF

Text Example


Text Example

White with #7B68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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