Html Css Color HEX #7281DC Portage

📋 copy color: '#7281DC'

red 114 ◦ green 129 ◦ blue 220

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

Shades of Portage #7281DC

Tints of Portage #7281DC

RGB

 RED value IS 114 (44.92% from 255) = 24.62%

 GREEN value IS 129 (50.78% from 255) = 27.86%

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 24.62%
G = 27.86%
B = 47.52%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7281DC (or 0x7281DC) is known color: Portage. HEX triplet: 72, 81 and DC. RGB value is (114,129,220). Sum of RGB (Red+Green+Blue) = 114+129+220=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #7281DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7281DC is #8D7E23. Grayscale: #868686. Windows color (decimal): -9272868 or 14451058. OLE color: 14451058.

HSL color Cylindrical-coordinate representation of color #7281DC: hue angle of 231.51º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7281DC is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 129 220 -
CMYK 0.48 0.41 0 0.14
HSL 231.51º 0.6% 0.65% -
HSV(B) 231.51º 0.48% 0.86% -
XYZ 27.71 24.45 70.97 -
YUV 134.89 176.03 113.1 -
System Red Green Blue C M Y K H S L
Decimal 114 129 220 0.48 0.41 0 0.14 231.51 0.6 0.65
Hex 72 81 DC 30 29 0 E E8 3C 41
Octal 162 201 334 60 51 0 16 350 74 101
Binary 1110010 10000001 11011100 110000 101001 0 1110 11101000 111100 1000001

Color Harmonies of #7281DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7281DC

Black with #7281DC

Text Example


Text Example

White with #7281DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7281DC; }

 p { color: rgb(114,129,220); }

 H1.HeaderClassName
 {
   color: #7281DC;
 }
 .AnyTagClassName
 {
   color: #7281DC;
 }
</style>

background-color css

<style>
 a { background-color: #7281DC; }

 a { background-color: rgb(114,129,220); }

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

border-color css

<style>
 span { border-color: #7281DC; }

 span { border-color: rgb(114,129,220); }

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