Html Css Color HEX #7C9BCA Polo Blue

📋 copy color: '#7C9BCA'

red 124 ◦ green 155 ◦ blue 202

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

Shades of Polo Blue #7C9BCA

Tints of Polo Blue #7C9BCA

RGB

 RED value IS 124 (48.83% from 255) = 25.78%

 GREEN value IS 155 (60.94% from 255) = 32.22%

 BLUE value IS 202 (79.3% from 255) = 42%

R = 25.78%
G = 32.22%
B = 42%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7C9BCA (or 0x7C9BCA) is known color: Polo Blue. HEX triplet: 7C, 9B and CA. RGB value is (124,155,202). Sum of RGB (Red+Green+Blue) = 124+155+202=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9BCA is #836435. Grayscale: #969696. Windows color (decimal): -8610870 or 13278076. OLE color: 13278076.

HSL color Cylindrical-coordinate representation of color #7C9BCA: hue angle of 216.15º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C9BCA is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 155 202 -
CMYK 0.39 0.23 0 0.21
HSL 216.15º 0.42% 0.64% -
HSV(B) 216.15º 0.39% 0.79% -
XYZ 30.69 31.99 60.43 -
YUV 151.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 124 155 202 0.39 0.23 0 0.21 216.15 0.42 0.64
Hex 7C 9B CA 27 17 0 15 D8 2A 40
Octal 174 233 312 47 27 0 25 330 52 100
Binary 1111100 10011011 11001010 100111 10111 0 10101 11011000 101010 1000000

Color Harmonies of #7C9BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9BCA

Black with #7C9BCA

Text Example


Text Example

White with #7C9BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,155,202); }

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

background-color css

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

 a { background-color: rgb(124,155,202); }

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

border-color css

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

 span { border-color: rgb(124,155,202); }

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