Html Css Color HEX #7481DF Portage

📋 copy color: '#7481DF'

red 116 ◦ green 129 ◦ blue 223

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

Shades of Portage #7481DF

Tints of Portage #7481DF

RGB

 RED value IS 116 (45.7% from 255) = 24.79%

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 24.79%
G = 27.56%
B = 47.65%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7481DF (or 0x7481DF) is known color: Portage. HEX triplet: 74, 81 and DF. RGB value is (116,129,223). Sum of RGB (Red+Green+Blue) = 116+129+223=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #7481DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481DF is #8B7E20. Grayscale: #878787. Windows color (decimal): -9141793 or 14647668. OLE color: 14647668.

HSL color Cylindrical-coordinate representation of color #7481DF: hue angle of 232.71º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7481DF is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 129 223 -
CMYK 0.48 0.42 0 0.13
HSL 232.71º 0.63% 0.66% -
HSV(B) 232.71º 0.48% 0.87% -
XYZ 28.37 24.74 73.09 -
YUV 135.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 116 129 223 0.48 0.42 0 0.13 232.71 0.63 0.66
Hex 74 81 DF 30 2A 0 D E9 3F 42
Octal 164 201 337 60 52 0 15 351 77 102
Binary 1110100 10000001 11011111 110000 101010 0 1101 11101001 111111 1000010

Color Harmonies of #7481DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7481DF

Black with #7481DF

Text Example


Text Example

White with #7481DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7481DF; }

 p { color: rgb(116,129,223); }

 H1.HeaderClassName
 {
   color: #7481DF;
 }
 .AnyTagClassName
 {
   color: #7481DF;
 }
</style>

background-color css

<style>
 a { background-color: #7481DF; }

 a { background-color: rgb(116,129,223); }

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

border-color css

<style>
 span { border-color: #7481DF; }

 span { border-color: rgb(116,129,223); }

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