Html Css Color HEX #7B7BCE Moody Blue

📋 copy color: '#7B7BCE'

red 123 ◦ green 123 ◦ blue 206

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

Shades of Moody Blue #7B7BCE

Tints of Moody Blue #7B7BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 27.21%
G = 27.21%
B = 45.58%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B7BCE (or 0x7B7BCE) is known color: Moody Blue. HEX triplet: 7B, 7B and CE. RGB value is (123,123,206). Sum of RGB (Red+Green+Blue) = 123+123+206=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B7BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7BCE is #848431. Grayscale: #848484. Windows color (decimal): -8684594 or 13532027. OLE color: 13532027.

HSL color Cylindrical-coordinate representation of color #7B7BCE: hue angle of 240º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B7BCE is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 123 206 -
CMYK 0.40 0.40 0 0.19
HSL 240º 0.46% 0.65% -
HSV(B) 240º 0.4% 0.81% -
XYZ 26.39 22.83 61.41 -
YUV 132.46 169.5 121.25 -
System Red Green Blue C M Y K H S L
Decimal 123 123 206 0.40 0.40 0 0.19 240 0.46 0.65
Hex 7B 7B CE 28 28 0 13 F0 2E 41
Octal 173 173 316 50 50 0 23 360 56 101
Binary 1111011 1111011 11001110 101000 101000 0 10011 11110000 101110 1000001

Color Harmonies of #7B7BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7BCE

Black with #7B7BCE

Text Example


Text Example

White with #7B7BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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