Html Css Color HEX #7BA1CA Polo Blue

📋 copy color: '#7BA1CA'

red 123 ◦ green 161 ◦ blue 202

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

Shades of Polo Blue #7BA1CA

Tints of Polo Blue #7BA1CA

RGB

 RED value IS 123 (48.44% from 255) = 25.31%

 GREEN value IS 161 (63.28% from 255) = 33.13%

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 25.31%
G = 33.13%
B = 41.56%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7BA1CA (or 0x7BA1CA) is known color: Polo Blue. HEX triplet: 7B, A1 and CA. RGB value is (123,161,202). Sum of RGB (Red+Green+Blue) = 123+161+202=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #7BA1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA1CA is #845E35. Grayscale: #9A9A9A. Windows color (decimal): -8674870 or 13279611. OLE color: 13279611.

HSL color Cylindrical-coordinate representation of color #7BA1CA: hue angle of 211.14º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BA1CA is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 161 202 -
CMYK 0.39 0.20 0 0.21
HSL 211.14º 0.43% 0.64% -
HSV(B) 211.14º 0.39% 0.79% -
XYZ 31.57 33.96 60.77 -
YUV 154.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 123 161 202 0.39 0.20 0 0.21 211.14 0.43 0.64
Hex 7B A1 CA 27 14 0 15 D3 2B 40
Octal 173 241 312 47 24 0 25 323 53 100
Binary 1111011 10100001 11001010 100111 10100 0 10101 11010011 101011 1000000

Color Harmonies of #7BA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA1CA

Black with #7BA1CA

Text Example


Text Example

White with #7BA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BA1CA; }

 p { color: rgb(123,161,202); }

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

background-color css

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

 a { background-color: rgb(123,161,202); }

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

border-color css

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

 span { border-color: rgb(123,161,202); }

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