Html Css Color HEX #A7B9CF Spindle

📋 copy color: '#A7B9CF'

red 167 ◦ green 185 ◦ blue 207

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

Shades of Spindle #A7B9CF

Tints of Spindle #A7B9CF

RGB

 RED value IS 167 (65.63% from 255) = 29.87%

 GREEN value IS 185 (72.66% from 255) = 33.09%

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 29.87%
G = 33.09%
B = 37.03%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A7B9CF (or 0xA7B9CF) is known color: Spindle. HEX triplet: A7, B9 and CF. RGB value is (167,185,207). Sum of RGB (Red+Green+Blue) = 167+185+207=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #A7B9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B9CF is #584630. Grayscale: #B6B6B6. Windows color (decimal): -5785137 or 13613479. OLE color: 13613479.

HSL color Cylindrical-coordinate representation of color #A7B9CF: hue angle of 213º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7B9CF is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 185 207 -
CMYK 0.19 0.11 0 0.19
HSL 213º 0.29% 0.73% -
HSV(B) 213º 0.19% 0.81% -
XYZ 44.55 47.42 65.84 -
YUV 182.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 167 185 207 0.19 0.11 0 0.19 213 0.29 0.73
Hex A7 B9 CF 13 B 0 13 D5 1D 49
Octal 247 271 317 23 13 0 23 325 35 111
Binary 10100111 10111001 11001111 10011 1011 0 10011 11010101 11101 1001001

Color Harmonies of #A7B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B9CF

Black with #A7B9CF

Text Example


Text Example

White with #A7B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B9CF; }

 p { color: rgb(167,185,207); }

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

background-color css

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

 a { background-color: rgb(167,185,207); }

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

border-color css

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

 span { border-color: rgb(167,185,207); }

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