Html Css Color HEX #7383DE Portage

📋 copy color: '#7383DE'

red 115 ◦ green 131 ◦ blue 222

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

Shades of Portage #7383DE

Tints of Portage #7383DE

RGB

 RED value IS 115 (45.31% from 255) = 24.57%

 GREEN value IS 131 (51.56% from 255) = 27.99%

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 24.57%
G = 27.99%
B = 47.44%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7383DE (or 0x7383DE) is known color: Portage. HEX triplet: 73, 83 and DE. RGB value is (115,131,222). Sum of RGB (Red+Green+Blue) = 115+131+222=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #7383DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7383DE is #8C7C21. Grayscale: #888888. Windows color (decimal): -9206818 or 14582643. OLE color: 14582643.

HSL color Cylindrical-coordinate representation of color #7383DE: hue angle of 231.03º degrees, saturation: 0.62, 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 #7383DE is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 131 222 -
CMYK 0.48 0.41 0 0.13
HSL 231.03º 0.62% 0.66% -
HSV(B) 231.03º 0.48% 0.87% -
XYZ 28.37 25.15 72.47 -
YUV 136.59 176.2 112.6 -
System Red Green Blue C M Y K H S L
Decimal 115 131 222 0.48 0.41 0 0.13 231.03 0.62 0.66
Hex 73 83 DE 30 29 0 D E7 3E 42
Octal 163 203 336 60 51 0 15 347 76 102
Binary 1110011 10000011 11011110 110000 101001 0 1101 11100111 111110 1000010

Color Harmonies of #7383DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7383DE

Black with #7383DE

Text Example


Text Example

White with #7383DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7383DE; }

 p { color: rgb(115,131,222); }

 H1.HeaderClassName
 {
   color: #7383DE;
 }
 .AnyTagClassName
 {
   color: #7383DE;
 }
</style>

background-color css

<style>
 a { background-color: #7383DE; }

 a { background-color: rgb(115,131,222); }

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

border-color css

<style>
 span { border-color: #7383DE; }

 span { border-color: rgb(115,131,222); }

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