Html Css Color HEX #7199CA Picton Blue

📋 copy color: '#7199CA'

red 113 ◦ green 153 ◦ blue 202

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

Shades of Picton Blue #7199CA

Tints of Picton Blue #7199CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.69%

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

R = 24.15%
G = 32.69%
B = 43.16%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7199CA (or 0x7199CA) is known color: Picton Blue. HEX triplet: 71, 99 and CA. RGB value is (113,153,202). Sum of RGB (Red+Green+Blue) = 113+153+202=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #7199CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7199CA is #8E6635. Grayscale: #929292. Windows color (decimal): -9332278 or 13277553. OLE color: 13277553.

HSL color Cylindrical-coordinate representation of color #7199CA: hue angle of 213.03º 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 #7199CA is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 153 202 -
CMYK 0.44 0.24 0 0.21
HSL 213.03º 0.46% 0.62% -
HSV(B) 213.03º 0.44% 0.79% -
XYZ 28.86 30.56 60.25 -
YUV 146.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 113 153 202 0.44 0.24 0 0.21 213.03 0.46 0.62
Hex 71 99 CA 2C 18 0 15 D5 2E 3E
Octal 161 231 312 54 30 0 25 325 56 76
Binary 1110001 10011001 11001010 101100 11000 0 10101 11010101 101110 111110

Color Harmonies of #7199CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7199CA

Black with #7199CA

Text Example


Text Example

White with #7199CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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