Html Css Color HEX #838BAC Ship Cove

📋 copy color: '#838BAC'

red 131 ◦ green 139 ◦ blue 172

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

Shades of Ship Cove #838BAC

Tints of Ship Cove #838BAC

RGB

 RED value IS 131 (51.56% from 255) = 29.64%

 GREEN value IS 139 (54.69% from 255) = 31.45%

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 29.64%
G = 31.45%
B = 38.91%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#838BAC (or 0x838BAC) is known color: Ship Cove. HEX triplet: 83, 8B and AC. RGB value is (131,139,172). Sum of RGB (Red+Green+Blue) = 131+139+172=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #838BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838BAC is #7C7453. Grayscale: #8C8C8C. Windows color (decimal): -8156244 or 11307907. OLE color: 11307907.

HSL color Cylindrical-coordinate representation of color #838BAC: hue angle of 228.29º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838BAC is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 139 172 -
CMYK 0.24 0.19 0 0.33
HSL 228.29º 0.2% 0.59% -
HSV(B) 228.29º 0.24% 0.67% -
XYZ 26.04 26.27 42.73 -
YUV 140.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 131 139 172 0.24 0.19 0 0.33 228.29 0.2 0.59
Hex 83 8B AC 18 13 0 21 E4 14 3B
Octal 203 213 254 30 23 0 41 344 24 73
Binary 10000011 10001011 10101100 11000 10011 0 100001 11100100 10100 111011

Color Harmonies of #838BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BAC

Black with #838BAC

Text Example


Text Example

White with #838BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838BAC; }

 p { color: rgb(131,139,172); }

 H1.HeaderClassName
 {
   color: #838BAC;
 }
 .AnyTagClassName
 {
   color: #838BAC;
 }
</style>

background-color css

<style>
 a { background-color: #838BAC; }

 a { background-color: rgb(131,139,172); }

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

border-color css

<style>
 span { border-color: #838BAC; }

 span { border-color: rgb(131,139,172); }

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