Html Css Color HEX #7B9DCE Polo Blue

📋 copy color: '#7B9DCE'

red 123 ◦ green 157 ◦ blue 206

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

Shades of Polo Blue #7B9DCE

Tints of Polo Blue #7B9DCE

RGB

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

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

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

R = 25.31%
G = 32.3%
B = 42.39%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B9DCE (or 0x7B9DCE) is known color: Polo Blue. HEX triplet: 7B, 9D and CE. RGB value is (123,157,206). Sum of RGB (Red+Green+Blue) = 123+157+206=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B9DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9DCE is #846231. Grayscale: #989898. Windows color (decimal): -8675890 or 13540731. OLE color: 13540731.

HSL color Cylindrical-coordinate representation of color #7B9DCE: hue angle of 215.42º 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 #7B9DCE is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 157 206 -
CMYK 0.40 0.24 0 0.19
HSL 215.42º 0.46% 0.65% -
HSV(B) 215.42º 0.4% 0.81% -
XYZ 31.37 32.78 63.07 -
YUV 152.42 158.24 107.02 -
System Red Green Blue C M Y K H S L
Decimal 123 157 206 0.40 0.24 0 0.19 215.42 0.46 0.65
Hex 7B 9D CE 28 18 0 13 D7 2E 41
Octal 173 235 316 50 30 0 23 327 56 101
Binary 1111011 10011101 11001110 101000 11000 0 10011 11010111 101110 1000001

Color Harmonies of #7B9DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9DCE

Black with #7B9DCE

Text Example


Text Example

White with #7B9DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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