Html Css Color HEX #787ABC Moody Blue

📋 copy color: '#787ABC'

red 120 ◦ green 122 ◦ blue 188

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

Shades of Moody Blue #787ABC

Tints of Moody Blue #787ABC

RGB

 RED value IS 120 (47.27% from 255) = 27.91%

 GREEN value IS 122 (48.05% from 255) = 28.37%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 27.91%
G = 28.37%
B = 43.72%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#787ABC (or 0x787ABC) is known color: Moody Blue. HEX triplet: 78, 7A and BC. RGB value is (120,122,188). Sum of RGB (Red+Green+Blue) = 120+122+188=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #787ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ABC is #878543. Grayscale: #808080. Windows color (decimal): -8881476 or 12352120. OLE color: 12352120.

HSL color Cylindrical-coordinate representation of color #787ABC: hue angle of 238.24º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #787ABC is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 122 188 -
CMYK 0.36 0.35 0 0.26
HSL 238.24º 0.34% 0.6% -
HSV(B) 238.24º 0.36% 0.74% -
XYZ 23.78 21.54 50.48 -
YUV 128.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 120 122 188 0.36 0.35 0 0.26 238.24 0.34 0.6
Hex 78 7A BC 24 23 0 1A EE 22 3C
Octal 170 172 274 44 43 0 32 356 42 74
Binary 1111000 1111010 10111100 100100 100011 0 11010 11101110 100010 111100

Color Harmonies of #787ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787ABC

Black with #787ABC

Text Example


Text Example

White with #787ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787ABC; }

 p { color: rgb(120,122,188); }

 H1.HeaderClassName
 {
   color: #787ABC;
 }
 .AnyTagClassName
 {
   color: #787ABC;
 }
</style>

background-color css

<style>
 a { background-color: #787ABC; }

 a { background-color: rgb(120,122,188); }

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

border-color css

<style>
 span { border-color: #787ABC; }

 span { border-color: rgb(120,122,188); }

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