Html Css Color HEX #7A75CB Moody Blue

📋 copy color: '#7A75CB'

red 122 ◦ green 117 ◦ blue 203

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

Shades of Moody Blue #7A75CB

Tints of Moody Blue #7A75CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

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

R = 27.6%
G = 26.47%
B = 45.93%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A75CB (or 0x7A75CB) is known color: Moody Blue. HEX triplet: 7A, 75 and CB. RGB value is (122,117,203). Sum of RGB (Red+Green+Blue) = 122+117+203=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A75CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A75CB is #858A34. Grayscale: #7F7F7F. Windows color (decimal): -8751669 or 13333882. OLE color: 13333882.

HSL color Cylindrical-coordinate representation of color #7A75CB: hue angle of 243.49º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A75CB is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 117 203 -
CMYK 0.40 0.42 0 0.20
HSL 243.49º 0.45% 0.63% -
HSV(B) 243.49º 0.42% 0.8% -
XYZ 25.17 21.17 59.26 -
YUV 128.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 122 117 203 0.40 0.42 0 0.20 243.49 0.45 0.63
Hex 7A 75 CB 28 2A 0 14 F3 2D 3F
Octal 172 165 313 50 52 0 24 363 55 77
Binary 1111010 1110101 11001011 101000 101010 0 10100 11110011 101101 111111

Color Harmonies of #7A75CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A75CB

Black with #7A75CB

Text Example


Text Example

White with #7A75CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,117,203); }

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

background-color css

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

 a { background-color: rgb(122,117,203); }

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

border-color css

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

 span { border-color: rgb(122,117,203); }

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