Html Css Color HEX #7B9DCF Polo Blue

📋 copy color: '#7B9DCF'

red 123 ◦ green 157 ◦ blue 207

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

Shades of Polo Blue #7B9DCF

Tints of Polo Blue #7B9DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.24%

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

R = 25.26%
G = 32.24%
B = 42.51%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B9DCF (or 0x7B9DCF) is known color: Polo Blue. HEX triplet: 7B, 9D and CF. RGB value is (123,157,207). Sum of RGB (Red+Green+Blue) = 123+157+207=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B9DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9DCF is #846230. Grayscale: #989898. Windows color (decimal): -8675889 or 13606267. OLE color: 13606267.

HSL color Cylindrical-coordinate representation of color #7B9DCF: hue angle of 215.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B9DCF is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 157 207 -
CMYK 0.41 0.24 0 0.19
HSL 215.71º 0.47% 0.65% -
HSV(B) 215.71º 0.41% 0.81% -
XYZ 31.49 32.83 63.71 -
YUV 152.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 123 157 207 0.41 0.24 0 0.19 215.71 0.47 0.65
Hex 7B 9D CF 29 18 0 13 D8 2F 41
Octal 173 235 317 51 30 0 23 330 57 101
Binary 1111011 10011101 11001111 101001 11000 0 10011 11011000 101111 1000001

Color Harmonies of #7B9DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9DCF

Black with #7B9DCF

Text Example


Text Example

White with #7B9DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,157,207); }

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

background-color css

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

 a { background-color: rgb(123,157,207); }

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

border-color css

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

 span { border-color: rgb(123,157,207); }

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