Html Css Color HEX #7B70CF Moody Blue

📋 copy color: '#7B70CF'

red 123 ◦ green 112 ◦ blue 207

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

Shades of Moody Blue #7B70CF

Tints of Moody Blue #7B70CF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.34%

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

R = 27.83%
G = 25.34%
B = 46.83%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B70CF (or 0x7B70CF) is known color: Moody Blue. HEX triplet: 7B, 70 and CF. RGB value is (123,112,207). Sum of RGB (Red+Green+Blue) = 123+112+207=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B70CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B70CF is #848F30. Grayscale: #7D7D7D. Windows color (decimal): -8687409 or 13594747. OLE color: 13594747.

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

Color convert

RGB 123 112 207 -
CMYK 0.41 0.46 0 0.19
HSL 246.95º 0.5% 0.63% -
HSV(B) 246.95º 0.46% 0.81% -
XYZ 25.23 20.3 61.62 -
YUV 126.12 173.64 125.78 -
System Red Green Blue C M Y K H S L
Decimal 123 112 207 0.41 0.46 0 0.19 246.95 0.5 0.63
Hex 7B 70 CF 29 2E 0 13 F7 32 3F
Octal 173 160 317 51 56 0 23 367 62 77
Binary 1111011 1110000 11001111 101001 101110 0 10011 11110111 110010 111111

Color Harmonies of #7B70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B70CF

Black with #7B70CF

Text Example


Text Example

White with #7B70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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