Html Css Color HEX #7B7BCA Moody Blue

📋 copy color: '#7B7BCA'

red 123 ◦ green 123 ◦ blue 202

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

Shades of Moody Blue #7B7BCA

Tints of Moody Blue #7B7BCA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.46%

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

R = 27.46%
G = 27.46%
B = 45.09%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B7BCA (or 0x7B7BCA) is known color: Moody Blue. HEX triplet: 7B, 7B and CA. RGB value is (123,123,202). Sum of RGB (Red+Green+Blue) = 123+123+202=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B7BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7BCA is #848435. Grayscale: #838383. Windows color (decimal): -8684598 or 13269883. OLE color: 13269883.

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

Color convert

RGB 123 123 202 -
CMYK 0.39 0.39 0 0.21
HSL 240º 0.43% 0.64% -
HSV(B) 240º 0.39% 0.79% -
XYZ 25.91 22.64 58.88 -
YUV 132.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 123 123 202 0.39 0.39 0 0.21 240 0.43 0.64
Hex 7B 7B CA 27 27 0 15 F0 2B 40
Octal 173 173 312 47 47 0 25 360 53 100
Binary 1111011 1111011 11001010 100111 100111 0 10101 11110000 101011 1000000

Color Harmonies of #7B7BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7BCA

Black with #7B7BCA

Text Example


Text Example

White with #7B7BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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