Html Css Color HEX #8296B3 Ship Cove

📋 copy color: '#8296B3'

red 130 ◦ green 150 ◦ blue 179

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

Shades of Ship Cove #8296B3

Tints of Ship Cove #8296B3

RGB

 RED value IS 130 (51.17% from 255) = 28.32%

 GREEN value IS 150 (58.98% from 255) = 32.68%

 BLUE value IS 179 (70.31% from 255) = 39%

R = 28.32%
G = 32.68%
B = 39%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8296B3 (or 0x8296B3) is known color: Ship Cove. HEX triplet: 82, 96 and B3. RGB value is (130,150,179). Sum of RGB (Red+Green+Blue) = 130+150+179=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 179 - color contains mainly: blue. Hex color #8296B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296B3 is #7D694C. Grayscale: #939393. Windows color (decimal): -8218957 or 11769474. OLE color: 11769474.

HSL color Cylindrical-coordinate representation of color #8296B3: hue angle of 215.51º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8296B3 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 150 179 -
CMYK 0.27 0.16 0 0.30
HSL 215.51º 0.24% 0.61% -
HSV(B) 215.51º 0.27% 0.7% -
XYZ 28.25 29.81 46.91 -
YUV 147.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 130 150 179 0.27 0.16 0 0.30 215.51 0.24 0.61
Hex 82 96 B3 1B 10 0 1E D8 18 3D
Octal 202 226 263 33 20 0 36 330 30 75
Binary 10000010 10010110 10110011 11011 10000 0 11110 11011000 11000 111101

Color Harmonies of #8296B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8296B3

Black with #8296B3

Text Example


Text Example

White with #8296B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8296B3; }

 p { color: rgb(130,150,179); }

 H1.HeaderClassName
 {
   color: #8296B3;
 }
 .AnyTagClassName
 {
   color: #8296B3;
 }
</style>

background-color css

<style>
 a { background-color: #8296B3; }

 a { background-color: rgb(130,150,179); }

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

border-color css

<style>
 span { border-color: #8296B3; }

 span { border-color: rgb(130,150,179); }

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