Html Css Color HEX #7B74CA Moody Blue

📋 copy color: '#7B74CA'

red 123 ◦ green 116 ◦ blue 202

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

Shades of Moody Blue #7B74CA

Tints of Moody Blue #7B74CA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.3%

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

R = 27.89%
G = 26.3%
B = 45.8%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B74CA (or 0x7B74CA) is known color: Moody Blue. HEX triplet: 7B, 74 and CA. RGB value is (123,116,202). Sum of RGB (Red+Green+Blue) = 123+116+202=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B74CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B74CA is #848B35. Grayscale: #7F7F7F. Windows color (decimal): -8686390 or 13268091. OLE color: 13268091.

HSL color Cylindrical-coordinate representation of color #7B74CA: hue angle of 244.88º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B74CA is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 116 202 -
CMYK 0.39 0.43 0 0.21
HSL 244.88º 0.45% 0.62% -
HSV(B) 244.88º 0.43% 0.79% -
XYZ 25.07 20.97 58.6 -
YUV 127.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 123 116 202 0.39 0.43 0 0.21 244.88 0.45 0.62
Hex 7B 74 CA 27 2B 0 15 F5 2D 3E
Octal 173 164 312 47 53 0 25 365 55 76
Binary 1111011 1110100 11001010 100111 101011 0 10101 11110101 101101 111110

Color Harmonies of #7B74CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B74CA

Black with #7B74CA

Text Example


Text Example

White with #7B74CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,116,202); }

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

background-color css

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

 a { background-color: rgb(123,116,202); }

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

border-color css

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

 span { border-color: rgb(123,116,202); }

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