Html Css Color HEX #7B97CC Polo Blue

📋 copy color: '#7B97CC'

red 123 ◦ green 151 ◦ blue 204

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

Shades of Polo Blue #7B97CC

Tints of Polo Blue #7B97CC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.59%

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

R = 25.73%
G = 31.59%
B = 42.68%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B97CC (or 0x7B97CC) is known color: Polo Blue. HEX triplet: 7B, 97 and CC. RGB value is (123,151,204). Sum of RGB (Red+Green+Blue) = 123+151+204=478 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.73% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B97CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B97CC is #846833. Grayscale: #949494. Windows color (decimal): -8677428 or 13408123. OLE color: 13408123.

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

Color convert

RGB 123 151 204 -
CMYK 0.40 0.26 0 0.2
HSL 219.26º 0.44% 0.64% -
HSV(B) 219.26º 0.4% 0.8% -
XYZ 30.13 30.7 61.46 -
YUV 148.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 123 151 204 0.40 0.26 0 0.2 219.26 0.44 0.64
Hex 7B 97 CC 28 1A 0 14 DB 2C 40
Octal 173 227 314 50 32 0 24 333 54 100
Binary 1111011 10010111 11001100 101000 11010 0 10100 11011011 101100 1000000

Color Harmonies of #7B97CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B97CC

Black with #7B97CC

Text Example


Text Example

White with #7B97CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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