Html Css Color HEX #7281DB Portage

📋 copy color: '#7281DB'

red 114 ◦ green 129 ◦ blue 219

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

Shades of Portage #7281DB

Tints of Portage #7281DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 24.68%
G = 27.92%
B = 47.4%

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

#7281DB (or 0x7281DB) is known color: Portage. HEX triplet: 72, 81 and DB. RGB value is (114,129,219). Sum of RGB (Red+Green+Blue) = 114+129+219=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #7281DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7281DB is #8D7E24. Grayscale: #868686. Windows color (decimal): -9272869 or 14385522. OLE color: 14385522.

HSL color Cylindrical-coordinate representation of color #7281DB: hue angle of 231.43º degrees, saturation: 0.59, 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 #7281DB is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 129 219 -
CMYK 0.48 0.41 0 0.14
HSL 231.43º 0.59% 0.65% -
HSV(B) 231.43º 0.48% 0.86% -
XYZ 27.58 24.39 70.27 -
YUV 134.78 175.53 113.18 -
System Red Green Blue C M Y K H S L
Decimal 114 129 219 0.48 0.41 0 0.14 231.43 0.59 0.65
Hex 72 81 DB 30 29 0 E E7 3B 41
Octal 162 201 333 60 51 0 16 347 73 101
Binary 1110010 10000001 11011011 110000 101001 0 1110 11100111 111011 1000001

Color Harmonies of #7281DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7281DB

Black with #7281DB

Text Example


Text Example

White with #7281DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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