Html Css Color HEX #747FDE Portage

📋 copy color: '#747FDE'

red 116 ◦ green 127 ◦ blue 222

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

Shades of Portage #747FDE

Tints of Portage #747FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 27.31%

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

R = 24.95%
G = 27.31%
B = 47.74%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#747FDE (or 0x747FDE) is known color: Portage. HEX triplet: 74, 7F and DE. RGB value is (116,127,222). Sum of RGB (Red+Green+Blue) = 116+127+222=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #747FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FDE is #8B8021. Grayscale: #868686. Windows color (decimal): -9142306 or 14581620. OLE color: 14581620.

HSL color Cylindrical-coordinate representation of color #747FDE: hue angle of 233.77º 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 #747FDE is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 127 222 -
CMYK 0.48 0.43 0 0.13
HSL 233.77º 0.62% 0.66% -
HSV(B) 233.77º 0.48% 0.87% -
XYZ 27.98 24.17 72.3 -
YUV 134.54 177.36 114.78 -
System Red Green Blue C M Y K H S L
Decimal 116 127 222 0.48 0.43 0 0.13 233.77 0.62 0.66
Hex 74 7F DE 30 2B 0 D EA 3E 42
Octal 164 177 336 60 53 0 15 352 76 102
Binary 1110100 1111111 11011110 110000 101011 0 1101 11101010 111110 1000010

Color Harmonies of #747FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FDE

Black with #747FDE

Text Example


Text Example

White with #747FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747FDE; }

 p { color: rgb(116,127,222); }

 H1.HeaderClassName
 {
   color: #747FDE;
 }
 .AnyTagClassName
 {
   color: #747FDE;
 }
</style>

background-color css

<style>
 a { background-color: #747FDE; }

 a { background-color: rgb(116,127,222); }

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

border-color css

<style>
 span { border-color: #747FDE; }

 span { border-color: rgb(116,127,222); }

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