Html Css Color HEX #7B9BCA Polo Blue

📋 copy color: '#7B9BCA'

red 123 ◦ green 155 ◦ blue 202

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

Shades of Polo Blue #7B9BCA

Tints of Polo Blue #7B9BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.29%

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

R = 25.63%
G = 32.29%
B = 42.08%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B9BCA (or 0x7B9BCA) is known color: Polo Blue. HEX triplet: 7B, 9B and CA. RGB value is (123,155,202). Sum of RGB (Red+Green+Blue) = 123+155+202=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BCA is #846435. Grayscale: #969696. Windows color (decimal): -8676406 or 13278075. OLE color: 13278075.

HSL color Cylindrical-coordinate representation of color #7B9BCA: hue angle of 215.7º 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 #7B9BCA is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 155 202 -
CMYK 0.39 0.23 0 0.21
HSL 215.7º 0.43% 0.64% -
HSV(B) 215.7º 0.39% 0.79% -
XYZ 30.55 31.92 60.43 -
YUV 150.79 156.9 108.18 -
System Red Green Blue C M Y K H S L
Decimal 123 155 202 0.39 0.23 0 0.21 215.7 0.43 0.64
Hex 7B 9B CA 27 17 0 15 D8 2B 40
Octal 173 233 312 47 27 0 25 330 53 100
Binary 1111011 10011011 11001010 100111 10111 0 10101 11011000 101011 1000000

Color Harmonies of #7B9BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9BCA

Black with #7B9BCA

Text Example


Text Example

White with #7B9BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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