Html Css Color HEX #7198CA Picton Blue

📋 copy color: '#7198CA'

red 113 ◦ green 152 ◦ blue 202

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

Shades of Picton Blue #7198CA

Tints of Picton Blue #7198CA

RGB

 RED value IS 113 (44.53% from 255) = 24.2%

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

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

R = 24.2%
G = 32.55%
B = 43.25%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7198CA (or 0x7198CA) is known color: Picton Blue. HEX triplet: 71, 98 and CA. RGB value is (113,152,202). Sum of RGB (Red+Green+Blue) = 113+152+202=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #7198CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7198CA is #8E6735. Grayscale: #919191. Windows color (decimal): -9332534 or 13277297. OLE color: 13277297.

HSL color Cylindrical-coordinate representation of color #7198CA: hue angle of 213.71º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7198CA is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 152 202 -
CMYK 0.44 0.25 0 0.21
HSL 213.71º 0.46% 0.62% -
HSV(B) 213.71º 0.44% 0.79% -
XYZ 28.7 30.23 60.2 -
YUV 146.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 113 152 202 0.44 0.25 0 0.21 213.71 0.46 0.62
Hex 71 98 CA 2C 19 0 15 D6 2E 3E
Octal 161 230 312 54 31 0 25 326 56 76
Binary 1110001 10011000 11001010 101100 11001 0 10101 11010110 101110 111110

Color Harmonies of #7198CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7198CA

Black with #7198CA

Text Example


Text Example

White with #7198CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7198CA; }

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

 H1.HeaderClassName
 {
   color: #7198CA;
 }
 .AnyTagClassName
 {
   color: #7198CA;
 }
</style>

background-color css

<style>
 a { background-color: #7198CA; }

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

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

border-color css

<style>
 span { border-color: #7198CA; }

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

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