Html Css Color HEX #7F98CA Polo Blue

📋 copy color: '#7F98CA'

red 127 ◦ green 152 ◦ blue 202

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

Shades of Polo Blue #7F98CA

Tints of Polo Blue #7F98CA

RGB

 RED value IS 127 (50% from 255) = 26.4%

 GREEN value IS 152 (59.77% from 255) = 31.6%

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

R = 26.4%
G = 31.6%
B = 42%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F98CA (or 0x7F98CA) is known color: Polo Blue. HEX triplet: 7F, 98 and CA. RGB value is (127,152,202). Sum of RGB (Red+Green+Blue) = 127+152+202=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 152 (59.77% from 255 or 31.60% 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 #7F98CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F98CA is #806735. Grayscale: #969696. Windows color (decimal): -8415030 or 13277311. OLE color: 13277311.

HSL color Cylindrical-coordinate representation of color #7F98CA: hue angle of 220º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F98CA is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 152 202 -
CMYK 0.37 0.25 0 0.21
HSL 220º 0.41% 0.65% -
HSV(B) 220º 0.37% 0.79% -
XYZ 30.64 31.23 60.29 -
YUV 150.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 127 152 202 0.37 0.25 0 0.21 220 0.41 0.65
Hex 7F 98 CA 25 19 0 15 DC 29 41
Octal 177 230 312 45 31 0 25 334 51 101
Binary 1111111 10011000 11001010 100101 11001 0 10101 11011100 101001 1000001

Color Harmonies of #7F98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F98CA

Black with #7F98CA

Text Example


Text Example

White with #7F98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,152,202); }

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

background-color css

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

 a { background-color: rgb(127,152,202); }

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

border-color css

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

 span { border-color: rgb(127,152,202); }

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