Html Css Color HEX #7BA2CE Polo Blue

📋 copy color: '#7BA2CE'

red 123 ◦ green 162 ◦ blue 206

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

Shades of Polo Blue #7BA2CE

Tints of Polo Blue #7BA2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.99%

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 25.05%
G = 32.99%
B = 41.96%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7BA2CE (or 0x7BA2CE) is known color: Polo Blue. HEX triplet: 7B, A2 and CE. RGB value is (123,162,206). Sum of RGB (Red+Green+Blue) = 123+162+206=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BA2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA2CE is #845D31. Grayscale: #9B9B9B. Windows color (decimal): -8674610 or 13542011. OLE color: 13542011.

HSL color Cylindrical-coordinate representation of color #7BA2CE: hue angle of 211.81º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BA2CE is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 162 206 -
CMYK 0.40 0.21 0 0.19
HSL 211.81º 0.46% 0.65% -
HSV(B) 211.81º 0.4% 0.81% -
XYZ 32.23 34.51 63.35 -
YUV 155.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 123 162 206 0.40 0.21 0 0.19 211.81 0.46 0.65
Hex 7B A2 CE 28 15 0 13 D4 2E 41
Octal 173 242 316 50 25 0 23 324 56 101
Binary 1111011 10100010 11001110 101000 10101 0 10011 11010100 101110 1000001

Color Harmonies of #7BA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA2CE

Black with #7BA2CE

Text Example


Text Example

White with #7BA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,162,206); }

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

background-color css

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

 a { background-color: rgb(123,162,206); }

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

border-color css

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

 span { border-color: rgb(123,162,206); }

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