Html Css Color HEX #7C92B4 Ship Cove

📋 copy color: '#7C92B4'

red 124 ◦ green 146 ◦ blue 180

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

Shades of Ship Cove #7C92B4

Tints of Ship Cove #7C92B4

RGB

 RED value IS 124 (48.83% from 255) = 27.56%

 GREEN value IS 146 (57.42% from 255) = 32.44%

 BLUE value IS 180 (70.7% from 255) = 40%

R = 27.56%
G = 32.44%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7C92B4 (or 0x7C92B4) is known color: Ship Cove. HEX triplet: 7C, 92 and B4. RGB value is (124,146,180). Sum of RGB (Red+Green+Blue) = 124+146+180=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #7C92B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C92B4 is #836D4B. Grayscale: #8F8F8F. Windows color (decimal): -8613196 or 11833980. OLE color: 11833980.

HSL color Cylindrical-coordinate representation of color #7C92B4: hue angle of 216.43º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C92B4 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 146 180 -
CMYK 0.31 0.19 0 0.29
HSL 216.43º 0.27% 0.6% -
HSV(B) 216.43º 0.31% 0.71% -
XYZ 26.83 28.14 47.2 -
YUV 143.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 124 146 180 0.31 0.19 0 0.29 216.43 0.27 0.6
Hex 7C 92 B4 1F 13 0 1D D8 1B 3C
Octal 174 222 264 37 23 0 35 330 33 74
Binary 1111100 10010010 10110100 11111 10011 0 11101 11011000 11011 111100

Color Harmonies of #7C92B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C92B4

Black with #7C92B4

Text Example


Text Example

White with #7C92B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,146,180); }

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

background-color css

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

 a { background-color: rgb(124,146,180); }

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

border-color css

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

 span { border-color: rgb(124,146,180); }

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