Html Css Color HEX #7B83CF Moody Blue

📋 copy color: '#7B83CF'

red 123 ◦ green 131 ◦ blue 207

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

Shades of Moody Blue #7B83CF

Tints of Moody Blue #7B83CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.42%

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 26.68%
G = 28.42%
B = 44.9%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B83CF (or 0x7B83CF) is known color: Moody Blue. HEX triplet: 7B, 83 and CF. RGB value is (123,131,207). Sum of RGB (Red+Green+Blue) = 123+131+207=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B83CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B83CF is #847C30. Grayscale: #888888. Windows color (decimal): -8682545 or 13599611. OLE color: 13599611.

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

Color convert

RGB 123 131 207 -
CMYK 0.41 0.37 0 0.19
HSL 234.29º 0.47% 0.65% -
HSV(B) 234.29º 0.41% 0.81% -
XYZ 27.55 24.95 62.4 -
YUV 137.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 123 131 207 0.41 0.37 0 0.19 234.29 0.47 0.65
Hex 7B 83 CF 29 25 0 13 EA 2F 41
Octal 173 203 317 51 45 0 23 352 57 101
Binary 1111011 10000011 11001111 101001 100101 0 10011 11101010 101111 1000001

Color Harmonies of #7B83CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B83CF

Black with #7B83CF

Text Example


Text Example

White with #7B83CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,131,207); }

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

background-color css

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

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

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

border-color css

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

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

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