Html Css Color HEX #787BA4 Ship Cove

📋 copy color: '#787BA4'

red 120 ◦ green 123 ◦ blue 164

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

Shades of Ship Cove #787BA4

Tints of Ship Cove #787BA4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.22%

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 29.48%
G = 30.22%
B = 40.29%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#787BA4 (or 0x787BA4) is known color: Ship Cove. HEX triplet: 78, 7B and A4. RGB value is (120,123,164). Sum of RGB (Red+Green+Blue) = 120+123+164=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #787BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787BA4 is #87845B. Grayscale: #7E7E7E. Windows color (decimal): -8881244 or 10779512. OLE color: 10779512.

HSL color Cylindrical-coordinate representation of color #787BA4: hue angle of 235.91º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #787BA4 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 123 164 -
CMYK 0.27 0.25 0 0.36
HSL 235.91º 0.19% 0.56% -
HSV(B) 235.91º 0.27% 0.64% -
XYZ 21.53 20.84 38.01 -
YUV 126.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 120 123 164 0.27 0.25 0 0.36 235.91 0.19 0.56
Hex 78 7B A4 1B 19 0 24 EC 13 38
Octal 170 173 244 33 31 0 44 354 23 70
Binary 1111000 1111011 10100100 11011 11001 0 100100 11101100 10011 111000

Color Harmonies of #787BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787BA4

Black with #787BA4

Text Example


Text Example

White with #787BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,123,164); }

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

background-color css

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

 a { background-color: rgb(120,123,164); }

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

border-color css

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

 span { border-color: rgb(120,123,164); }

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