Html Css Color HEX #7283B1 Ship Cove

📋 copy color: '#7283B1'

red 114 ◦ green 131 ◦ blue 177

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

Shades of Ship Cove #7283B1

Tints of Ship Cove #7283B1

RGB

 RED value IS 114 (44.92% from 255) = 27.01%

 GREEN value IS 131 (51.56% from 255) = 31.04%

 BLUE value IS 177 (69.53% from 255) = 41.94%

R = 27.01%
G = 31.04%
B = 41.94%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7283B1 (or 0x7283B1) is known color: Ship Cove. HEX triplet: 72, 83 and B1. RGB value is (114,131,177). Sum of RGB (Red+Green+Blue) = 114+131+177=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 177 - color contains mainly: blue. Hex color #7283B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7283B1 is #8D7C4E. Grayscale: #828282. Windows color (decimal): -9272399 or 11633522. OLE color: 11633522.

HSL color Cylindrical-coordinate representation of color #7283B1: hue angle of 223.81º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7283B1 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 131 177 -
CMYK 0.36 0.26 0 0.31
HSL 223.81º 0.29% 0.57% -
HSV(B) 223.81º 0.36% 0.69% -
XYZ 22.99 22.98 44.82 -
YUV 131.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 114 131 177 0.36 0.26 0 0.31 223.81 0.29 0.57
Hex 72 83 B1 24 1A 0 1F E0 1D 39
Octal 162 203 261 44 32 0 37 340 35 71
Binary 1110010 10000011 10110001 100100 11010 0 11111 11100000 11101 111001

Color Harmonies of #7283B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7283B1

Black with #7283B1

Text Example


Text Example

White with #7283B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7283B1; }

 p { color: rgb(114,131,177); }

 H1.HeaderClassName
 {
   color: #7283B1;
 }
 .AnyTagClassName
 {
   color: #7283B1;
 }
</style>

background-color css

<style>
 a { background-color: #7283B1; }

 a { background-color: rgb(114,131,177); }

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

border-color css

<style>
 span { border-color: #7283B1; }

 span { border-color: rgb(114,131,177); }

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