Html Css Color HEX #7281DA Portage

📋 copy color: '#7281DA'

red 114 ◦ green 129 ◦ blue 218

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

Shades of Portage #7281DA

Tints of Portage #7281DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 24.73%
G = 27.98%
B = 47.29%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7281DA (or 0x7281DA) is known color: Portage. HEX triplet: 72, 81 and DA. RGB value is (114,129,218). Sum of RGB (Red+Green+Blue) = 114+129+218=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #7281DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7281DA is #8D7E25. Grayscale: #868686. Windows color (decimal): -9272870 or 14319986. OLE color: 14319986.

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

Color convert

RGB 114 129 218 -
CMYK 0.48 0.41 0 0.15
HSL 231.35º 0.58% 0.65% -
HSV(B) 231.35º 0.48% 0.85% -
XYZ 27.44 24.34 69.58 -
YUV 134.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 114 129 218 0.48 0.41 0 0.15 231.35 0.58 0.65
Hex 72 81 DA 30 29 0 F E7 3A 41
Octal 162 201 332 60 51 0 17 347 72 101
Binary 1110010 10000001 11011010 110000 101001 0 1111 11100111 111010 1000001

Color Harmonies of #7281DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7281DA

Black with #7281DA

Text Example


Text Example

White with #7281DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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