Html Css Color HEX #838FAC Ship Cove

📋 copy color: '#838FAC'

red 131 ◦ green 143 ◦ blue 172

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

Shades of Ship Cove #838FAC

Tints of Ship Cove #838FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.06%

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

R = 29.37%
G = 32.06%
B = 38.57%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#838FAC (or 0x838FAC) is known color: Ship Cove. HEX triplet: 83, 8F and AC. RGB value is (131,143,172). Sum of RGB (Red+Green+Blue) = 131+143+172=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #838FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FAC is #7C7053. Grayscale: #8E8E8E. Windows color (decimal): -8155220 or 11308931. OLE color: 11308931.

HSL color Cylindrical-coordinate representation of color #838FAC: hue angle of 222.44º 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 #838FAC is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 143 172 -
CMYK 0.24 0.17 0 0.33
HSL 222.44º 0.2% 0.59% -
HSV(B) 222.44º 0.24% 0.67% -
XYZ 26.63 27.45 42.92 -
YUV 142.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 131 143 172 0.24 0.17 0 0.33 222.44 0.2 0.59
Hex 83 8F AC 18 11 0 21 DE 14 3B
Octal 203 217 254 30 21 0 41 336 24 73
Binary 10000011 10001111 10101100 11000 10001 0 100001 11011110 10100 111011

Color Harmonies of #838FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FAC

Black with #838FAC

Text Example


Text Example

White with #838FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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