Html Css Color HEX #7B96CC Polo Blue

📋 copy color: '#7B96CC'

red 123 ◦ green 150 ◦ blue 204

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

Shades of Polo Blue #7B96CC

Tints of Polo Blue #7B96CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.45%

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

R = 25.79%
G = 31.45%
B = 42.77%

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

#7B96CC (or 0x7B96CC) is known color: Polo Blue. HEX triplet: 7B, 96 and CC. RGB value is (123,150,204). Sum of RGB (Red+Green+Blue) = 123+150+204=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B96CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B96CC is #846933. Grayscale: #939393. Windows color (decimal): -8677684 or 13407867. OLE color: 13407867.

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

Color convert

RGB 123 150 204 -
CMYK 0.40 0.26 0 0.2
HSL 220º 0.44% 0.64% -
HSV(B) 220º 0.4% 0.8% -
XYZ 29.97 30.38 61.41 -
YUV 148.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 123 150 204 0.40 0.26 0 0.2 220 0.44 0.64
Hex 7B 96 CC 28 1A 0 14 DC 2C 40
Octal 173 226 314 50 32 0 24 334 54 100
Binary 1111011 10010110 11001100 101000 11010 0 10100 11011100 101100 1000000

Color Harmonies of #7B96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B96CC

Black with #7B96CC

Text Example


Text Example

White with #7B96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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