Html Css Color HEX #7A68CA Moody Blue

📋 copy color: '#7A68CA'

red 122 ◦ green 104 ◦ blue 202

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

Shades of Moody Blue #7A68CA

Tints of Moody Blue #7A68CA

RGB

 RED value IS 122 (48.05% from 255) = 28.5%

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

 BLUE value IS 202 (79.3% from 255) = 47.2%

R = 28.5%
G = 24.3%
B = 47.2%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A68CA (or 0x7A68CA) is known color: Moody Blue. HEX triplet: 7A, 68 and CA. RGB value is (122,104,202). Sum of RGB (Red+Green+Blue) = 122+104+202=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A68CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A68CA is #859735. Grayscale: #787878. Windows color (decimal): -8754998 or 13265018. OLE color: 13265018.

HSL color Cylindrical-coordinate representation of color #7A68CA: hue angle of 251.02º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A68CA is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 104 202 -
CMYK 0.40 0.49 0 0.21
HSL 251.02º 0.48% 0.6% -
HSV(B) 251.02º 0.49% 0.79% -
XYZ 23.64 18.3 58.16 -
YUV 120.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 122 104 202 0.40 0.49 0 0.21 251.02 0.48 0.6
Hex 7A 68 CA 28 31 0 15 FB 30 3C
Octal 172 150 312 50 61 0 25 373 60 74
Binary 1111010 1101000 11001010 101000 110001 0 10101 11111011 110000 111100

Color Harmonies of #7A68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A68CA

Black with #7A68CA

Text Example


Text Example

White with #7A68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,104,202); }

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

background-color css

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

 a { background-color: rgb(122,104,202); }

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

border-color css

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

 span { border-color: rgb(122,104,202); }

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