Html Css Color HEX #7B9FCC Polo Blue

📋 copy color: '#7B9FCC'

red 123 ◦ green 159 ◦ blue 204

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

Shades of Polo Blue #7B9FCC

Tints of Polo Blue #7B9FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.72%

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 25.31%
G = 32.72%
B = 41.98%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B9FCC (or 0x7B9FCC) is known color: Polo Blue. HEX triplet: 7B, 9F and CC. RGB value is (123,159,204). Sum of RGB (Red+Green+Blue) = 123+159+204=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B9FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9FCC is #846033. Grayscale: #999999. Windows color (decimal): -8675380 or 13410171. OLE color: 13410171.

HSL color Cylindrical-coordinate representation of color #7B9FCC: hue angle of 213.33º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B9FCC is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 159 204 -
CMYK 0.40 0.22 0 0.2
HSL 213.33º 0.44% 0.64% -
HSV(B) 213.33º 0.4% 0.8% -
XYZ 31.47 33.37 61.91 -
YUV 153.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 123 159 204 0.40 0.22 0 0.2 213.33 0.44 0.64
Hex 7B 9F CC 28 16 0 14 D5 2C 40
Octal 173 237 314 50 26 0 24 325 54 100
Binary 1111011 10011111 11001100 101000 10110 0 10100 11010101 101100 1000000

Color Harmonies of #7B9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9FCC

Black with #7B9FCC

Text Example


Text Example

White with #7B9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,159,204); }

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

background-color css

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

 a { background-color: rgb(123,159,204); }

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

border-color css

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

 span { border-color: rgb(123,159,204); }

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