Html Css Color HEX #7B859F Ship Cove

📋 copy color: '#7B859F'

red 123 ◦ green 133 ◦ blue 159

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

Shades of Ship Cove #7B859F

Tints of Ship Cove #7B859F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.31%

R = 29.64%
G = 32.05%
B = 38.31%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B859F (or 0x7B859F) is known color: Ship Cove. HEX triplet: 7B, 85 and 9F. RGB value is (123,133,159). Sum of RGB (Red+Green+Blue) = 123+133+159=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B859F is #847A60. Grayscale: #848484. Windows color (decimal): -8682081 or 10454395. OLE color: 10454395.

HSL color Cylindrical-coordinate representation of color #7B859F: hue angle of 223.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B859F is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 133 159 -
CMYK 0.23 0.16 0 0.38
HSL 223.33º 0.16% 0.55% -
HSV(B) 223.33º 0.23% 0.62% -
XYZ 22.81 23.49 36.13 -
YUV 132.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 123 133 159 0.23 0.16 0 0.38 223.33 0.16 0.55
Hex 7B 85 9F 17 10 0 26 DF 10 37
Octal 173 205 237 27 20 0 46 337 20 67
Binary 1111011 10000101 10011111 10111 10000 0 100110 11011111 10000 110111

Color Harmonies of #7B859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B859F

Black with #7B859F

Text Example


Text Example

White with #7B859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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