Html Css Color HEX #7B65BE Moody Blue

📋 copy color: '#7B65BE'

red 123 ◦ green 101 ◦ blue 190

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

Shades of Moody Blue #7B65BE

Tints of Moody Blue #7B65BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.4%

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 29.71%
G = 24.4%
B = 45.89%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B65BE (or 0x7B65BE) is known color: Moody Blue. HEX triplet: 7B, 65 and BE. RGB value is (123,101,190). Sum of RGB (Red+Green+Blue) = 123+101+190=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B65BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B65BE is #849A41. Grayscale: #757575. Windows color (decimal): -8690242 or 12477819. OLE color: 12477819.

HSL color Cylindrical-coordinate representation of color #7B65BE: hue angle of 254.83º 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 #7B65BE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 101 190 -
CMYK 0.35 0.47 0 0.25
HSL 254.83º 0.41% 0.57% -
HSV(B) 254.83º 0.47% 0.75% -
XYZ 22.12 17.24 50.88 -
YUV 117.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 123 101 190 0.35 0.47 0 0.25 254.83 0.41 0.57
Hex 7B 65 BE 23 2F 0 19 FF 29 39
Octal 173 145 276 43 57 0 31 377 51 71
Binary 1111011 1100101 10111110 100011 101111 0 11001 11111111 101001 111001

Color Harmonies of #7B65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B65BE

Black with #7B65BE

Text Example


Text Example

White with #7B65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,101,190); }

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

background-color css

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

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

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

border-color css

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

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

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