Html Css Color HEX #7F93CC Portage

📋 copy color: '#7F93CC'

red 127 ◦ green 147 ◦ blue 204

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

Shades of Portage #7F93CC

Tints of Portage #7F93CC

RGB

 RED value IS 127 (50% from 255) = 26.57%

 GREEN value IS 147 (57.81% from 255) = 30.75%

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 26.57%
G = 30.75%
B = 42.68%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F93CC (or 0x7F93CC) is known color: Portage. HEX triplet: 7F, 93 and CC. RGB value is (127,147,204). Sum of RGB (Red+Green+Blue) = 127+147+204=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F93CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F93CC is #806C33. Grayscale: #939393. Windows color (decimal): -8416308 or 13407103. OLE color: 13407103.

HSL color Cylindrical-coordinate representation of color #7F93CC: hue angle of 224.42º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F93CC is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 147 204 -
CMYK 0.38 0.28 0 0.2
HSL 224.42º 0.43% 0.65% -
HSV(B) 224.42º 0.38% 0.8% -
XYZ 30.09 29.74 61.28 -
YUV 147.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 127 147 204 0.38 0.28 0 0.2 224.42 0.43 0.65
Hex 7F 93 CC 26 1C 0 14 E0 2B 41
Octal 177 223 314 46 34 0 24 340 53 101
Binary 1111111 10010011 11001100 100110 11100 0 10100 11100000 101011 1000001

Color Harmonies of #7F93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F93CC

Black with #7F93CC

Text Example


Text Example

White with #7F93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F93CC; }

 p { color: rgb(127,147,204); }

 H1.HeaderClassName
 {
   color: #7F93CC;
 }
 .AnyTagClassName
 {
   color: #7F93CC;
 }
</style>

background-color css

<style>
 a { background-color: #7F93CC; }

 a { background-color: rgb(127,147,204); }

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

border-color css

<style>
 span { border-color: #7F93CC; }

 span { border-color: rgb(127,147,204); }

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