Html Css Color HEX #8295B3 Ship Cove

📋 copy color: '#8295B3'

red 130 ◦ green 149 ◦ blue 179

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

Shades of Ship Cove #8295B3

Tints of Ship Cove #8295B3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.53%

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

R = 28.38%
G = 32.53%
B = 39.08%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8295B3 (or 0x8295B3) is known color: Ship Cove. HEX triplet: 82, 95 and B3. RGB value is (130,149,179). Sum of RGB (Red+Green+Blue) = 130+149+179=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 179 - color contains mainly: blue. Hex color #8295B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295B3 is #7D6A4C. Grayscale: #929292. Windows color (decimal): -8219213 or 11769218. OLE color: 11769218.

HSL color Cylindrical-coordinate representation of color #8295B3: hue angle of 216.73º 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 #8295B3 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 149 179 -
CMYK 0.27 0.17 0 0.30
HSL 216.73º 0.24% 0.61% -
HSV(B) 216.73º 0.27% 0.7% -
XYZ 28.09 29.5 46.86 -
YUV 146.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 130 149 179 0.27 0.17 0 0.30 216.73 0.24 0.61
Hex 82 95 B3 1B 11 0 1E D9 18 3D
Octal 202 225 263 33 21 0 36 331 30 75
Binary 10000010 10010101 10110011 11011 10001 0 11110 11011001 11000 111101

Color Harmonies of #8295B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8295B3

Black with #8295B3

Text Example


Text Example

White with #8295B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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