Html Css Color HEX #7C75CB Moody Blue

📋 copy color: '#7C75CB'

red 124 ◦ green 117 ◦ blue 203

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

Shades of Moody Blue #7C75CB

Tints of Moody Blue #7C75CB

RGB

 RED value IS 124 (48.83% from 255) = 27.93%

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

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

R = 27.93%
G = 26.35%
B = 45.72%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C75CB (or 0x7C75CB) is known color: Moody Blue. HEX triplet: 7C, 75 and CB. RGB value is (124,117,203). Sum of RGB (Red+Green+Blue) = 124+117+203=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C75CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C75CB is #838A34. Grayscale: #808080. Windows color (decimal): -8620597 or 13333884. OLE color: 13333884.

HSL color Cylindrical-coordinate representation of color #7C75CB: hue angle of 244.88º 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 #7C75CB is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 117 203 -
CMYK 0.39 0.42 0 0.20
HSL 244.88º 0.45% 0.63% -
HSV(B) 244.88º 0.42% 0.8% -
XYZ 25.45 21.32 59.27 -
YUV 128.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 124 117 203 0.39 0.42 0 0.20 244.88 0.45 0.63
Hex 7C 75 CB 27 2A 0 14 F5 2D 3F
Octal 174 165 313 47 52 0 24 365 55 77
Binary 1111100 1110101 11001011 100111 101010 0 10100 11110101 101101 111111

Color Harmonies of #7C75CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C75CB

Black with #7C75CB

Text Example


Text Example

White with #7C75CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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