Html Css Color HEX #7B859C Ship Cove

📋 copy color: '#7B859C'

red 123 ◦ green 133 ◦ blue 156

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

Shades of Ship Cove #7B859C

Tints of Ship Cove #7B859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.28%

 BLUE value IS 156 (61.33% from 255) = 37.86%

R = 29.85%
G = 32.28%
B = 37.86%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B859C (or 0x7B859C) is known color: Ship Cove. HEX triplet: 7B, 85 and 9C. RGB value is (123,133,156). Sum of RGB (Red+Green+Blue) = 123+133+156=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B859C is #847A63. Grayscale: #848484. Windows color (decimal): -8682084 or 10257787. OLE color: 10257787.

HSL color Cylindrical-coordinate representation of color #7B859C: hue angle of 221.82º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B859C is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 123 133 156 -
CMYK 0.21 0.15 0 0.39
HSL 221.82º 0.14% 0.55% -
HSV(B) 221.82º 0.21% 0.61% -
XYZ 22.56 23.39 34.78 -
YUV 132.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 123 133 156 0.21 0.15 0 0.39 221.82 0.14 0.55
Hex 7B 85 9C 15 F 0 27 DE E 37
Octal 173 205 234 25 17 0 47 336 16 67
Binary 1111011 10000101 10011100 10101 1111 0 100111 11011110 1110 110111

Color Harmonies of #7B859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B859C

Black with #7B859C

Text Example


Text Example

White with #7B859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,133,156); }

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

background-color css

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

 a { background-color: rgb(123,133,156); }

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

border-color css

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

 span { border-color: rgb(123,133,156); }

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