Html Css Color HEX #787ACB Moody Blue

📋 copy color: '#787ACB'

red 120 ◦ green 122 ◦ blue 203

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

Shades of Moody Blue #787ACB

Tints of Moody Blue #787ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 26.97%
G = 27.42%
B = 45.62%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#787ACB (or 0x787ACB) is known color: Moody Blue. HEX triplet: 78, 7A and CB. RGB value is (120,122,203). Sum of RGB (Red+Green+Blue) = 120+122+203=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #787ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ACB is #878534. Grayscale: #828282. Windows color (decimal): -8881461 or 13335160. OLE color: 13335160.

HSL color Cylindrical-coordinate representation of color #787ACB: hue angle of 238.55º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #787ACB is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 122 203 -
CMYK 0.41 0.40 0 0.20
HSL 238.55º 0.44% 0.63% -
HSV(B) 238.55º 0.41% 0.8% -
XYZ 25.48 22.22 59.45 -
YUV 130.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 120 122 203 0.41 0.40 0 0.20 238.55 0.44 0.63
Hex 78 7A CB 29 28 0 14 EF 2C 3F
Octal 170 172 313 51 50 0 24 357 54 77
Binary 1111000 1111010 11001011 101001 101000 0 10100 11101111 101100 111111

Color Harmonies of #787ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787ACB

Black with #787ACB

Text Example


Text Example

White with #787ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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