Html Css Color HEX #838FAA Ship Cove

📋 copy color: '#838FAA'

red 131 ◦ green 143 ◦ blue 170

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

Shades of Ship Cove #838FAA

Tints of Ship Cove #838FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 29.5%
G = 32.21%
B = 38.29%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#838FAA (or 0x838FAA) is known color: Ship Cove. HEX triplet: 83, 8F and AA. RGB value is (131,143,170). Sum of RGB (Red+Green+Blue) = 131+143+170=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #838FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FAA is #7C7055. Grayscale: #8E8E8E. Windows color (decimal): -8155222 or 11177859. OLE color: 11177859.

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

Color convert

RGB 131 143 170 -
CMYK 0.23 0.16 0 0.33
HSL 221.54º 0.19% 0.59% -
HSV(B) 221.54º 0.23% 0.67% -
XYZ 26.44 27.37 41.92 -
YUV 142.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 131 143 170 0.23 0.16 0 0.33 221.54 0.19 0.59
Hex 83 8F AA 17 10 0 21 DE 13 3B
Octal 203 217 252 27 20 0 41 336 23 73
Binary 10000011 10001111 10101010 10111 10000 0 100001 11011110 10011 111011

Color Harmonies of #838FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FAA

Black with #838FAA

Text Example


Text Example

White with #838FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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