Html Css Color HEX #7B9ECD Polo Blue

📋 copy color: '#7B9ECD'

red 123 ◦ green 158 ◦ blue 205

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

Shades of Polo Blue #7B9ECD

Tints of Polo Blue #7B9ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.51%

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 25.31%
G = 32.51%
B = 42.18%

CMYK

 C value IS 0.4

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B9ECD (or 0x7B9ECD) is known color: Polo Blue. HEX triplet: 7B, 9E and CD. RGB value is (123,158,205). Sum of RGB (Red+Green+Blue) = 123+158+205=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B9ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9ECD is #846132. Grayscale: #989898. Windows color (decimal): -8675635 or 13475451. OLE color: 13475451.

HSL color Cylindrical-coordinate representation of color #7B9ECD: hue angle of 214.39º degrees, saturation: 0.45, 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 #7B9ECD is Cyan = 0.4, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 158 205 -
CMYK 0.4 0.23 0 0.20
HSL 214.39º 0.45% 0.64% -
HSV(B) 214.39º 0.4% 0.8% -
XYZ 31.41 33.07 62.49 -
YUV 152.89 157.4 106.68 -
System Red Green Blue C M Y K H S L
Decimal 123 158 205 0.4 0.23 0 0.20 214.39 0.45 0.64
Hex 7B 9E CD 28 17 0 14 D6 2D 40
Octal 173 236 315 50 27 0 24 326 55 100
Binary 1111011 10011110 11001101 101000 10111 0 10100 11010110 101101 1000000

Color Harmonies of #7B9ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9ECD

Black with #7B9ECD

Text Example


Text Example

White with #7B9ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,158,205); }

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

background-color css

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

 a { background-color: rgb(123,158,205); }

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

border-color css

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

 span { border-color: rgb(123,158,205); }

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