Html Css Color HEX #7B66BF Moody Blue

📋 copy color: '#7B66BF'

red 123 ◦ green 102 ◦ blue 191

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

Shades of Moody Blue #7B66BF

Tints of Moody Blue #7B66BF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.52%

 BLUE value IS 191 (75% from 255) = 45.91%

R = 29.57%
G = 24.52%
B = 45.91%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B66BF (or 0x7B66BF) is known color: Moody Blue. HEX triplet: 7B, 66 and BF. RGB value is (123,102,191). Sum of RGB (Red+Green+Blue) = 123+102+191=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B66BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B66BF is #849940. Grayscale: #767676. Windows color (decimal): -8689985 or 12543611. OLE color: 12543611.

HSL color Cylindrical-coordinate representation of color #7B66BF: hue angle of 254.16º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B66BF is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 102 191 -
CMYK 0.36 0.47 0 0.25
HSL 254.16º 0.41% 0.57% -
HSV(B) 254.16º 0.47% 0.75% -
XYZ 22.32 17.48 51.49 -
YUV 118.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 123 102 191 0.36 0.47 0 0.25 254.16 0.41 0.57
Hex 7B 66 BF 24 2F 0 19 FE 29 39
Octal 173 146 277 44 57 0 31 376 51 71
Binary 1111011 1100110 10111111 100100 101111 0 11001 11111110 101001 111001

Color Harmonies of #7B66BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B66BF

Black with #7B66BF

Text Example


Text Example

White with #7B66BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,102,191); }

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

background-color css

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

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

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

border-color css

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

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

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